Closed yasindagasan closed 3 years ago
This was fixed several months ago.
Update your code.
okay great! thanks for the prompt response.
@yasindagasan good news 😃! Your original issue may now been fixed ✅ in PR #1894 from January 10th, 2021. To receive this update you can:
git pull
from within your yolov5/
directorygit clone https://github.com/ultralytics/yolov5
againmodel = torch.hub.load('ultralytics/yolov5', 'yolov5s', force_reload=True)
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 🚀!
🐛 Bug
I was running the code for 85 folders and just came across with the below issue. I printed the response and I got the following error: it basically says that the API rate limit was exceeded. Any solution rather than at which folder the detections got stuck and resuming from there? This happened several times today. I cannot update the repo at the moment as I feel like I have to re-train all my models using the recent network architecture.
To Reproduce
Input:
Output:
Expected behavior
It gets stuck around 60th folder and I cannot run the code for any detection task for a while. It then starts to work again.
Environment