Wav2Lip/face_detection
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
..
detection The file "s3fd.pth" will never load automatically 2020-10-22 16:50:38 +03:00
__init__.py Initial commit 2020-08-17 22:38:19 +05:30
api.py Initial commit 2020-08-17 22:38:19 +05:30
models.py Initial commit 2020-08-17 22:38:19 +05:30
README.md Initial commit 2020-08-17 22:38:19 +05:30
utils.py Initial commit 2020-08-17 22:38:19 +05:30

The code for Face Detection in this folder has been taken from the wonderful face_alignment repository. This has been modified to take batches of faces at a time.