directory and instructions for dlib data files

This commit is contained in:
dmig 2018-12-08 13:18:05 +07:00
parent d7bc38ea16
commit d9e72c74dc
No known key found for this signature in database
GPG key ID: A4A245B3AD37C4FC
2 changed files with 9 additions and 0 deletions

2
src/dlib-data/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.dat
*.dat.bz2

7
src/dlib-data/Readme.md Normal file
View file

@ -0,0 +1,7 @@
Download and unpack `dlib` data files from https://github.com/davisking/dlib-models repository:
```shell
wget https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
wget https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
wget https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
bunzip *bz2
```