Skip to content

Commit

Permalink
Download model script
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ committed Jun 16, 2016
1 parent 45765da commit 352bbbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions download-model.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

echo "Downloading shape_predictor_68_face_landmarks.dat"
curl -L -o model/shape_predictor_68_face_landmarks.dat.bz2 --progress-bar https://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2

echo "Extracting shape_predictor_68_face_landmarks.dat"
bzip2 -d model/shape_predictor_68_face_landmarks.dat.bz2

echo "Done"
9 changes: 0 additions & 9 deletions prepare-examples.sh

This file was deleted.

0 comments on commit 352bbbb

Please sign in to comment.