Skip to content

Commit

Permalink
68point with head pose
Browse files Browse the repository at this point in the history
  • Loading branch information
qiexing committed Jan 7, 2016
1 parent 6c10b42 commit 5e32223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -5,12 +5,11 @@ This is a project predict face landmarks (68 points) and head pose (3d pose, yaw
## Install
- [caffe](https://github.com/BVLC/caffe)
- [dlib face detector](http://dlib.net/)<p>
- opencv<p>
cd your dlib folder<p>
cd python_example<p>
./compile_dlib_python_module.bat<p>
add dlib.so to the python path<p>

- opencv<p>
## Usage

- Command : python landmarkPredict.py predictImage testList.txt<p>
Expand Down
7 changes: 4 additions & 3 deletions README.md~
Expand Up @@ -5,20 +5,21 @@ This is a project predict face landmarks (68 points) and head pose (3d pose, yaw
## Install
- [caffe](https://github.com/BVLC/caffe)
- [dlib face detector](http://dlib.net/)<p>

cd your dlib folder<p>
cd python_example<p>
./compile_dlib_python_module.bat<p>
add dlib.so to the python path<p>

- opencv<p>
## Usage

Command : python landmarkPredict.py predictImage testList.txt<p>
- Command : python landmarkPredict.py predictImage testList.txt<p>
(testList.txt is a file contain the path of the images.)


## Model

you can download the pre-trained model from [here](https://github.com/BVLC/caffe) http://pan.baidu.com/s/1mhf274c
- You can download the pre-trained model from [here](http://pan.baidu.com/s/1mhf274c)

## Result
![](result/1.png)
Expand Down

0 comments on commit 5e32223

Please sign in to comment.