Replies: 1 comment
-
I got the same problem. Have you addressed this? |
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
-
Starting from v7.0.1 the
DetectMultiBackend
needs internet access in order to work.If no internet access, the following line raises an error:
result = attempt_download_from_hub(w, hf_token=hf_token)
, even if a local model is given (i.e. a .pt file).The line is not present in the
https://github.com/ultralytics/yolov5
.The v7.0.0 is the last version to work.
Could you fix it in a new release?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions