-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on google colab not detecting any car on test directory provided after fixing issue for running using python 3 #159
Comments
i have the same problem!!! |
Hello! I am having the same issue. Did you find the solution? |
+1 |
Hi, Hope this helps!
|
I changed the code from python 2 to python 3 using
2to3
2to3 -w filename.py
Changed weights also in
vehicle-detection.py
line28
andlicense-plate-ocr.py
line28
according to ArgumentError in darknet.py after fixing syntax error #241
When i run
bash run.sh -i samples/test -o /tmp/output -c /tmp/output/results.csv
I get no detection for car, I get his out
What is going wrong here?
The text was updated successfully, but these errors were encountered: