Skip to content

Instantly share code, notes, and snippets.

@KangolHsu
Created May 15, 2017 09:19
Show Gist options
  • Save KangolHsu/912a29dc9b1bdd7d2a0571ed96696104 to your computer and use it in GitHub Desktop.
Save KangolHsu/912a29dc9b1bdd7d2a0571ed96696104 to your computer and use it in GitHub Desktop.

from Blog https://github.com/xiamenwcy/hexo_blog/blob/43116194cd53d8596a415aeaecf37e8a471cbe2a/source/_posts/face-alignment.md

paper:

3000fps论文链接:

SDM论文链接:

github code linking:

3000fps:

SDM:

other linking

开源库链接及评价

  1. dlib :https://github.com/davisking/dlib/tree/v18.18 评价:速度快,可商用,有些时候不太准确
  2. CLM-framework: https://github.com/TadasBaltrusaitis/CLM-framework, 新版已经改为OpenFace,见:https://github.com/TadasBaltrusaitis/OpenFace 评价:很准确,不可商用
  3. Face Detection, Pose Estimation and Landmark Localization in the Wild :http://www.ics.uci.edu/~xzhu/face/ 评价:Very slow (~10 seconds an image after hyper threading on a 8-core CPU), but very accurate when it comes to high pose variations
  4. SDM patrikhuber/superviseddescent:https://github.com/patrikhuber/superviseddescent 评价:Nicely written C++ code, though not very robust
  5. Robust face landmark estimation under occlusion:http://www.vision.caltech.edu/xpburgos/ICCV13/ 评价:Specially designed for handling occlusions(遮挡区域), but slow on account being written in MATLAB.
  6. 应用了CLM的项目:https://www.technologyreview.com/s/541866/this-car-knows-your-next-misstep-before-you-make-it/ 评价:I actually explored a large number of open-source facial landmark detectors for a project, and found the CLM framework to outperform everything else (in terms of both speed and accuracy). We eventually used it in our project: www.technologyreview.com/news/...
  7. clandmark:https://github.com/uricamic/clandmark
  8. kylemcdonald/FaceTracker:https://github.com/kylemcdonald/FaceTracker
  9. ++Android appfor facial landmark tracking++(点击下载):https://github.com/ajdroid/facetrackerapp 评价:安装该app需要OpenCV Manager,我已提供链接.。 至于效果,不是很好,需要优化。不过上面提供了编写jni的代码,对于编写C++的API应该会有帮助。
  10. kylemcdonald/FaceTracker:https://github.com/kylemcdonald/FaceTracker
  11. ofxFaceTracker:https://github.com/kylemcdonald/ofxFaceTracker

##参考文献 http://www.learnopencv.com/facial-landmark-detection/#comment-2471797375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment