fix directory structure in error message
This commit is contained in:
parent
f21bae2b6e
commit
88c57a9c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ if sys.version_info[0] < 3 and sys.version_info[1] < 2:
|
||||||
from os import listdir, path
|
from os import listdir, path
|
||||||
|
|
||||||
if not path.isfile('face_detection/detection/sfd/s3fd.pth'):
|
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!')
|
before running this script!')
|
||||||
|
|
||||||
import multiprocessing as mp
|
import multiprocessing as mp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue