All Projects → uricamic → Clandmark

uricamic / Clandmark

Licence: gpl-3.0
Open Source Landmarking Library

Projects that are alternatives of or similar to Clandmark

Vehicle Detection
Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
Stars: ✭ 1,093 (+435.78%)
Mutual labels:  jupyter-notebook, svm
Mtcnn
MTCNN face detection implementation for TensorFlow, as a PIP package.
Stars: ✭ 1,689 (+727.94%)
Mutual labels:  jupyter-notebook, detection
Vehicle Detection And Tracking
Udacity Self-Driving Car Engineer Nanodegree. Project: Vehicle Detection and Tracking
Stars: ✭ 60 (-70.59%)
Mutual labels:  jupyter-notebook, svm
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+2833.33%)
Mutual labels:  jupyter-notebook, svm
Simpsonrecognition
Detect and recognize The Simpsons characters using Keras and Faster R-CNN
Stars: ✭ 131 (-35.78%)
Mutual labels:  jupyter-notebook, detection
Picanet
Stars: ✭ 35 (-82.84%)
Mutual labels:  jupyter-notebook, detection
Facemaskdetection
开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
Stars: ✭ 1,677 (+722.06%)
Mutual labels:  jupyter-notebook, detection
Automl
Google Brain AutoML
Stars: ✭ 4,795 (+2250.49%)
Mutual labels:  jupyter-notebook, detection
Svm Classification Localization
HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS
Stars: ✭ 130 (-36.27%)
Mutual labels:  svm, detection
Dstl unet
Dstl Satellite Imagery Feature Detection
Stars: ✭ 117 (-42.65%)
Mutual labels:  jupyter-notebook, detection
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+152.94%)
Mutual labels:  jupyter-notebook, svm
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-29.41%)
Mutual labels:  jupyter-notebook, detection
Yet Another Efficientdet Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
Stars: ✭ 4,945 (+2324.02%)
Mutual labels:  jupyter-notebook, detection
Social Media Depression Detector
😔 😞 😣 😖 😩 Detect depression on social media using the ssToT method introduced in our ASONAM 2017 paper titled "Semi-Supervised Approach to Monitoring Clinical Depressive Symptoms in Social Media"
Stars: ✭ 45 (-77.94%)
Mutual labels:  jupyter-notebook, detection
Python Ml Course
Curso de Introducción a Machine Learning con Python
Stars: ✭ 442 (+116.67%)
Mutual labels:  jupyter-notebook, svm
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (-56.86%)
Mutual labels:  jupyter-notebook, svm
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (+47.06%)
Mutual labels:  jupyter-notebook, detection
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (+93.63%)
Mutual labels:  jupyter-notebook, svm
Sfd.pytorch
S3FD: single shot face detector in pytorch
Stars: ✭ 116 (-43.14%)
Mutual labels:  jupyter-notebook, detection
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-28.43%)
Mutual labels:  svm, detection

clandmark

Join the chat at https://gitter.im/uricamic/clandmark

Open Source Landmarking Library

Detailed description will be added soon

Dependencies

libclandmark

  • CImg (>= 1.5.6)
  • RapidXML (1.13)

If any of these libraries are installed in a known system prefix, CLandmark will try to use the already installed version. Otherwise, the internal version will be used and its files will be installed alongside CLandmark.

CAVEAT: The version of RapidXML that comes with CLandmark has been changed to fix some missing forward declarations.

References

In case you use clandmark in an academic work, please cite the following paper:

@article{Uricar-IMAVIS-2016,
  author = {U{\v{r}}i{\v{c}}{\'{a}}{\v{r}}, Michal  and 
            Franc, Vojt{\v{e}}ch and Thomas, Diego and Sugimoto, Akihiro  and Hlav{\'{a}}{\v{c}}, V{\'{a}}clav },
  title = {Multi-view facial landmark detector learned by the Structured Output {SVM}},
  journal = {Image and Vision Computing},
  volume = {47},
  pages = {45--59},
  year = {2016},
  month = {March},
  note = {300-W, the First Automatic Facial Landmark Detection in-the-Wild Challenge},
  issn = {0262-8856},
  doi = {http://dx.doi.org/10.1016/j.imavis.2016.02.004},
  url = {http://www.sciencedirect.com/science/article/pii/S0262885616300105},
  publisher = {Elsevier},
  address = {Amsterdam, Netherlands},
  keywords = {Deformable Part Models, Structured output SVM, Facial landmarks detection },
}

Visit http://cmp.felk.cvut.cz/~uricamic/clandmark for further information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].