Skip to content

Commit 0eb25ea

Browse files
committed
readme
1 parent acc21d1 commit 0eb25ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This project is aimed to reproducing (partially) the face alignment algorithm in
99

1010
##How to run the codes?
1111

12-
(1) First of all, we need prepare datasets, such as afw, lfpw, helen, ibug, etc. All these can be downloaded freely from http://ibug.doc.ic.ac.uk/resources/facial-point-annotations.
12+
* First of all, we need prepare datasets, such as afw, lfpw, helen, ibug, etc. All these can be downloaded freely from http://ibug.doc.ic.ac.uk/resources/facial-point-annotations. Then get the filelist file Path_Images.txt for each dataset (please refer to the Q&A).
1313

14-
(2) For training, initialize variable dbnames as {'Dataset_a', 'Dataset_b', ..., }, then run train_model in command line window.
14+
* For training, initialize variable dbnames as {'Dataset_a', 'Dataset_b', ..., }, then run train_model in command line window.
1515

16-
(3) For testing, run test_model in command line window after having obtained trained model. Please remember to initialize dbnames to be the names of dataset you would like to test on.
16+
* For testing, run test_model in command line window after having obtained trained model. Please remember to initialize dbnames to be the names of dataset you would like to test on.
1717

1818
##Dependencies
1919

20-
(1) liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/.
20+
* liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/.
2121

2222
##Learned Model
2323

0 commit comments

Comments
 (0)