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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bbox.py | ||
| detect.py | ||
| net_s3fd.py | ||
| sfd_detector.py | ||