Closed TobiasSchotter closed 2 years ago
@TobiasSchotter 👋 hi, thanks for letting us know about this possible problem with YOLOv5 🚀. Your issue is not reproducible. VisDrone autodownload and training works correctly, I just tested now myself. If you have internet connection issues that is clearly outside the scope of our support.
We've created a few short guidelines below to help users provide what we need in order to start investigating a possible problem.
When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to reproduce the problem. This is referred to by community members as creating a minimum reproducible example. Your code that reproduces the problem should be:
For Ultralytics to provide assistance your code should also be:
git pull
or git clone
a new copy to ensure your problem has not already been solved in master.If you believe your problem meets all the above criteria, please close this issue and raise a new one using the 🐛 Bug Report template with a minimum reproducible example to help us better understand and diagnose your problem.
Thank you! 😃
@glenn-jocher Thank you for your quick reponse but doing the exact same thing as you gives me the following errors:
@TobiasSchotter thanks for the screenshot. I wonder if this is Windows related. I'll try to test.
@TobiasSchotter I'm able to reproduce the same error on VOC and VisDrone on Windows in https://github.com/glenn-jocher/yolov5/runs/6613528206
@TobiasSchotter good news 😃! Your original issue may now be fixed ✅ in PR #7999. This updates our cURL download script to use double quotes which resolves Windows autodownload issues for all datasets.
To receive this update:
git pull
from within your yolov5/
directory or git clone https://github.com/ultralytics/yolov5
againmodel = torch.hub.load('ultralytics/yolov5', 'yolov5s', force_reload=True)
sudo docker pull ultralytics/yolov5:latest
to update your image Thank you for spotting this issue and informing us of the problem. Please let us know if this update resolves the issue for you, and feel free to inform us of any other issues you discover or feature requests that come to mind. Happy trainings with YOLOv5 🚀!
@glenn-jocher Thank you for dealing with this on such short notice. Manuelly downloading the data worked fine for me as well.
But just for confirmation I tried it the above way after your fix and it works. Cheers 😃
@TobiasSchotter great, thanks for the confirmation. I think we'll add more dataset trainings to the CI to verify this functionality automatically in the future.
Search before asking
Question
I am trying to execute this script from the visDrone.yaml but I get following error:
And if I remove the yaml part I get:
Does this work for anyone?
Additional
No response