Replies: 1 comment
-
Issue solved with installing Ultralytics yolov5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following a guide to utilize yolo v5 for detection. When attempting to run I get
No module named 'yolov5'
when it attempts to import from the DetectionModel class.detection_model = AutoDetectionModel.from_pretrained( model_type='yolov5', model_path=model_path, confidence_threshold=0.3, device="cuda:0", )
Is YOLO v5 still supported?
Beta Was this translation helpful? Give feedback.
All reactions