Commit graph

2 commits

Author SHA1 Message Date
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
prajwalkr
db7bc44a86 Initial commit 2020-08-17 22:38:19 +05:30