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
Google utils file is not there in utils and the file may be modified and renamed to downloads.
The fix is to change the import from google_utils to downloads
in download_weights.sh (line 12) from utils.google_utils import attempt_download -> from utils.downloads import attempt_download