fix directory structure in error message

This commit is contained in:
Dipam Vasani 2020-09-09 18:10:12 -04:00
parent f21bae2b6e
commit 88c57a9c9d

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