Merge pull request #33 from dipam7/master

fix directory structure in error message
This commit is contained in:
Prajwal 2020-09-10 07:21:21 +05:30 committed by GitHub
commit 3a264a7012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ if sys.version_info[0] < 3 and sys.version_info[1] < 2:
from os import listdir, path
if not path.isfile('face_detection/detection/sfd/s3fd.pth'):
raise FileNotFoundError('Save the s3fd model to face_detection/sfd/s3fd.pth \
raise FileNotFoundError('Save the s3fd model to face_detection/detection/sfd/s3fd.pth \
before running this script!')
import multiprocessing as mp