Skip to content

Commit

Permalink
Update download model path
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ authored Aug 14, 2016
1 parent 253feca commit 35530a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Another big difference is this addon supports multiple faces, whereas the old ad

## Installation
- The addon depends on [ofxCv addon](https://github.com/kylemcdonald/ofxCv).
- All apps need a landsmarks training data file. It can be downloaded here [shape_predictor_68_face_landmarks.dat](http://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2), and should be put unzipped in `bin/data` folder of your app or examples.
- All apps need a landsmarks training data file. It can either be downloaded using the command `sh download-model.sh`, or manually be downloaded here [shape_predictor_68_face_landmarks.dat](http://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2), and should be put unzipped in `model` for the examples to work, or in `bin/data` folder of your app.

0 comments on commit 35530a7

Please sign in to comment.