Wav2Lip/face_detection/detection/sfd
Student B ba6289a866
The file "s3fd.pth" will never load automatically
We check if path_to_detector is None, but `path_to_detector` will never be None because he is hardcoded in method params.
Hence, the file will never be automatically downloaded. I suggest checking if such a file exists and if not, then load it via the "load_url" method.
2020-10-22 16:50:38 +03:00
..
__init__.py Initial commit 2020-08-17 22:38:19 +05:30
bbox.py Initial commit 2020-08-17 22:38:19 +05:30
detect.py Initial commit 2020-08-17 22:38:19 +05:30
net_s3fd.py Initial commit 2020-08-17 22:38:19 +05:30
sfd_detector.py The file "s3fd.pth" will never load automatically 2020-10-22 16:50:38 +03:00