From 88c57a9c9da7306c8827ff508c6c29f54d9a31d6 Mon Sep 17 00:00:00 2001 From: Dipam Vasani Date: Wed, 9 Sep 2020 18:10:12 -0400 Subject: [PATCH] fix directory structure in error message --- preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess.py b/preprocess.py index 376d65e..5322012 100644 --- a/preprocess.py +++ b/preprocess.py @@ -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