You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
I had tried to get this running a couple months ago and also was getting an error. Can you provide the full trace back for your error?
This project does not provide a requirements file with the specific versions of all dependancies used. I think the error may be due to an update in one of the dependancies breaking some functionality used here, but I can try to check into it further.
@dragie
I had a look at your issue and i think you are putting these square brackets with the image path.
Try without square brackets.
Eg-
"python detection.py -i test_images\image_name.jpg"
Getting below error when i run the code
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: