Skip to content

Commit 3641fa6

Browse files
author
Lequan Yu
committed
Update README.md
1 parent 74904b0 commit 3641fa6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
This project is a C++ reimplementation of face alignment in 3000fps in the CVPR 2014 paper:
44
[ Face Alignment at 3000 FPS via Regressing Local Binary Features. ]().
5-
5+
### VS project
6+
I have added a VS 2013 project. You can try it!
67
### Usage
78

89
1. Download datasets and get Path_Images.txt as [jwyang/face-alignment](https://github.com/jwyang/face-alignment).
910

10-
2. Download [liblinear](http://www.csie.ntu.edu.tw/~cjlin/liblinear/) and compiler it to get blas lib (liblinear/blas/blas.a). You need to use your own blas.a to replace `blas.a` in the folder `build`.
11-
12-
3. To compiler the program: go to folder `build` and
11+
2. To compiler the program: go to folder `build` and
1312

1413
cmake .
1514

1615
make
1716

18-
4. To train a new model: set global parameters in `LBF.cpp` and dataset in `TrainDemo.cpp`. Use `"LBF.out TrainModel"`.
19-
5. To test a model on dataset: set test dataset in `TestDemo.cpp`. Use `"LBF.out TestModel"`.
17+
3. To train a new model: set global parameters in `LBF.cpp` and dataset in `TrainDemo.cpp`. Use `"LBF.out TrainModel"`.
18+
4. To test a model on dataset: set test dataset in `TestDemo.cpp`. Use `"LBF.out TestModel"`.
2019

2120
###Model
2221
I have trained a model on AFW, HELEN,LFPW dataset. You can download it from [here](http://pan.baidu.com/s/1326PS) or [google drive](https://drive.google.com/folderview?id=0ByeDfKY7bL0_fmg2RWN2V0xtQ19veW1wdFVJRjBaRHBuUmJNNERHc0YyQ2lLVXJodDZTbk0&usp=sharing).

0 commit comments

Comments
 (0)