Closed wookidooki8 closed 2 years ago
@wookidooki8 good news 😃! Your code is out of date and has already been fixed ✅ in a past PR. 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 🚀!
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!
Search before asking
Question
hey all. i’ve exported a pt file to an engine file for better inference speed !detect.py works perfectly with the trt but but get this error msg when trying with torch.hub.load command. can anyone tell me what im missing and what should i do :S? (i’d also appreciate it if you could give me an easy example to follow!)
heres the error message i get
Additional
No response