You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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