AIC2018_iamai
AIC2018_iamai copied to clipboard
Detectron s3 bucket
I'm getting the below error while trying to run the program, also the s3 bucket link is not available, hope your help to get rid of this issue.
File "tools/infer_simple_txt.py", line 104, in main
args.weights = cache_url(args.weights, cfg.DOWNLOAD_CACHE)
File "/home/d5han/Documents/projects/python/fyp/vehicle_tracking/AIC2018_iamai/detectron/detectron/utils/io.py", line 101, in cache_url
'bucket: {}').format(_DETECTRON_S3_BASE_URL)
AssertionError: Detectron only automatically caches URLs in the Detectron S3 bucket: https://dl.fbaipublicfiles.com/detectron
Thank you