Skip to content

Commit

Permalink
add initial shape file
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyang committed Sep 26, 2014
1 parent 19275e7 commit 2726ae2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
face-alignment
==============

Face alignment in 3000 FPS
==========================

This project is built by reproducing (at least partially) the face alignment algorithm in the CVPR 2014 paper:

Shaoqing Ren, Xudong Cao, Yichen Wei, Jian Sun; The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014, pp. 1685-1692

1. How to run the codes?

(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.

(2) For training, run train_model.m with propriate dataset name.

(3) For testing, run test_model.m with dataset name and pre-trained model as input.

2. Dependencies

(1) liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/.


Binary file added initial_shape/InitialShape_29.mat
Binary file not shown.
Binary file added initial_shape/InitialShape_68.mat
Binary file not shown.

0 comments on commit 2726ae2

Please sign in to comment.