1 Star 0 Fork 1

saturos / face-alignment-in-3000fps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Face-alignment-in-3000fps

This project is a C++ reimplementation of face alignment in 3000fps in the CVPR 2014 paper: Face Alignment at 3000 FPS via Regressing Local Binary Features. .

Update openMP support !!!

I modify my code to support openMP. You can use it in GCC(Linux) or in VS (Windows).

If you use it in Linux, you should comment or uncomment FIND_PACKAGE( OpenMP REQUIRED) in CmakeLists.txt.

If you use it in Windows, you can directly use it.

VS project

I add a VS project.

Usage

  1. Download datasets and get Path_Images.txt as jwyang/face-alignment.

  2. To compiler the program: go to folder build and

    cmake .

    make

  3. To train a new model: set global parameters, model path, train database name in LBF.cpp. Use "LBF.out TrainModel".

  4. To test a model on dataset: set model path, test dataset name in LBF.cpp. Use "LBF.out TestModel".

###Model I have trained a model on AFW, HELEN,LFPW dataset. You can download it from here or google drive.

FAQ

  • How to get the bounding box of image ?

    I use the face detector in OpenCV to get the bounding box.You can use any detector to get the bounding box but you must provide a bounding box of similar measure with the training data.

  • How about the liblinear?

    I add the liblinear source code as the project code. So you can directly compiler this project and don't need to consider to compiler this library.

Contact

If you have any question, you can create an issue on GitHub. Or you can email yulequan@zju.edu.cn

Reference Project

空文件

简介

a c++ implementation of face alignment in 3000fps 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/saturos/face-alignment-in-3000fps.git
git@gitee.com:saturos/face-alignment-in-3000fps.git
saturos
face-alignment-in-3000fps
face-alignment-in-3000fps
master

搜索帮助

14c37bed 8189591 565d56ea 8189591