Fix typo.

Thanks @Thetoxicarcade!
This commit is contained in:
Brandon Amos 2016-05-20 12:21:47 -04:00
parent 3b9b99c3b2
commit d720f012c3
No known key found for this signature in database
GPG Key ID: E9B7164CB72D6B6F
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [ ! -f dlib/shape_predictor_68_face_landmarks.dat ]; then
printf "Downloading dlib's public domain face landmarks model.\n"
printf "Reference: https://github.com/davisking/dlib-models\n\n"
printf "This will incur about 60MB of network traffic for the compressed\n"
printf "models that will decpmoress to about 100MB on disk.\n"
printf "models that will decompress to about 100MB on disk.\n"
printf "====================================================\n\n"
wget -nv http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 \
-O dlib/shape_predictor_68_face_landmarks.dat.bz2