v6.2.3 #165
fcakyon
announced in
Announcements
v6.2.3
#165
Replies: 1 comment 3 replies
-
Hi @fcakyon, when trying to use DetectMultiBackend class from yolov5.models.common it throws module not found error: "No module named 'models.yolo'". I suspect that the error is caused when class is trying to invoke "attempt_load" from yolov5.models.experimental. See yolov5\models\experimental.py line 75: from models.yolo import Detect, Model I think that it needs to be changed to -> from yolov5.models.yolo import Detect, Model |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: 6.2.2...6.2.3
This discussion was created from the release v6.2.3.
Beta Was this translation helpful? Give feedback.
All reactions