-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
detect.py changes for windows #85
Comments
Thanks for the feedback! I've updated detect.py now to be fully windows compatible. I modified this line to use the python Line 58 in 7d58788
|
would you kindly let me know what cause this problem? The bottom of the image just doesnt make sense |
Hello, thank you for your interest in our work! This is an automated response. Please note that most technical problems are due to:
sudo rm -rf yolov3 # remove exising repo
git clone https://github.com/ultralytics/yolov3 && cd yolov3 # git clone latest
python3 detect.py # verify detection
python3 train.py # verify training (a few batches only)
# CODE TO REPRODUCE YOUR ISSUE HERE
If none of these apply to you, we suggest you close this issue and raise a new one using the Bug Report template, providing screenshots and minimum viable code to reproduce your issue. Thank you! |
Initial changes for windows
The text was updated successfully, but these errors were encountered: