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
The code is trying to download the deepsort detector model ckpt.t7 from the model key 1VZ05gzg249Q1m8BJVQxl3iHoNIbjzJf8. but the gdown.download() is giving me this error
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1VZ05gzg249Q1m8BJVQxl3iHoNIbjzJf8&confirm=t
This is most probably because it has been accessed many times and download limit is reached for this file. how can i get this file now? @augmentedstartups , please give me a direction.
ps: it gives me 404 The requested URL was not found on this server error when i access the link in browser
The text was updated successfully, but these errors were encountered:
you can download yolo using ultralytics, but the ckpt.t7 is the detector model of deepsort which is not easily available which is the reason why this issue is raised.
Uh oh!
There was an error while loading. Please reload this page.
The code is trying to download the deepsort detector model
ckpt.t7
from the model key1VZ05gzg249Q1m8BJVQxl3iHoNIbjzJf8
. but the gdown.download() is giving me this errorThis is most probably because it has been accessed many times and download limit is reached for this file. how can i get this file now?
@augmentedstartups , please give me a direction.
ps: it gives me
404 The requested URL was not found on this server
error when i access the link in browserThe text was updated successfully, but these errors were encountered: