Skip to content

Commit

Permalink
add more dlib information
Browse files Browse the repository at this point in the history
  • Loading branch information
zweigraf committed May 24, 2016
1 parent bacae77 commit 3cdee3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ This prototype shows basic face landmark recognition on a ```CMSampleBuffer``` (

Frame rate is really bad as I am sure there are some performance improvements to be made. Currently, the buffers are copied around a lot.

This project includes a precompiled Dlib. If you want to change something, consider that the ```Preprocessor Macros``` in the project linking Dlib need to be the same as the ```Compiler Flags``` when building the lib.

## Credits

This app uses the Dlib library (<http://dlib.net>) and their default face landmarking model file downloaded from <http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2>. Thanks for the great work.

This project includes a precompiled Dlib. If you want to change something, consider that the ```Preprocessor Macros``` in the project linking Dlib need to be the same as the ```Compiler Flags``` when building the lib.

The project to build Dlib on iOS was generated according to [these](http://stackoverflow.com/a/35058969/972993) instructions.

## License

Code (except for ```DisplayLiveSamples/lib/*```) is released under MIT license.

0 comments on commit 3cdee3b

Please sign in to comment.