open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.36k stars 9.42k forks source link

ResneSt related weights and logs cannot be downloaded #4256

Closed zhaoxin111 closed 3 years ago

zhaoxin111 commented 3 years ago

ResneSt related weights and logs cannot be downloaded

AccessDenied You have no right to access this object because of bucket acl. 5FD02A884EBCCF02308D2C80 download.openmmlab.com
liuyanzhi1214 commented 3 years ago

When can it be repaired?

v-qjqs commented 3 years ago

Hi, did you mean you have no right to access the ImageNet pretrained resnest backbone?

liuyanzhi1214 commented 3 years ago

Hi, did you mean you have no right to access the ImageNet pretrained resnest backbone?

yes

v-qjqs commented 3 years ago

Hi, which kind of resnest, resnest50?

liuyanzhi1214 commented 3 years ago

Hi, which kind of resnest, resnest50?

emmm...all models of resnest cannot download

v-qjqs commented 3 years ago

Hi, it's normal in my experiments. I wonder which config do you use, I will check it.

liuyanzhi1214 commented 3 years ago

Hi, it's normal in my experiments. I wonder which config do you use, I will check it. configs/resnest/faster_rcnn_s50_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py and /configs/resnest/faster_rcnn_s101_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py thanks~ :>

v-qjqs commented 3 years ago

Hi, it's normal in my experiments for your above two configs. Did you have network connection problems? Or you may manually download pretrained resnest101 and resnest50 here.

liuyanzhi1214 commented 3 years ago

Hi, it's normal in my experiments for your above two configs. Did you have network connection problems? Or you may manually download pretrained resnest101 and resnest50 here.

Thank you very much, I have successfully downloaded them. :>

carranza96 commented 3 years ago

I am facing the same issue, the full pre-trained ResNeSt models are not available, it says that access is forbidden. For instance, these two:

http://download.openmmlab.com/mmdetection/v2.0/resnest/faster_rcnn_s50_fpn_syncbn-backbone+head_mstrain-range_1x_coco/faster_rcnn_s50_fpn_syncbn-backbone+head_mstrain-range_1x_coco_20200926_125502-20289c16.pth

http://download.openmmlab.com/mmdetection/v2.0/resnest/faster_rcnn_s101_fpn_syncbn-backbone+head_mstrain-range_1x_coco/faster_rcnn_s101_fpn_syncbn-backbone+head_mstrain-range_1x_coco_20201006_021058-421517f1.pth

Could it be fixed? Thanks

zhaoxin111 commented 3 years ago

Hi, it's normal in my experiments for your above two configs. Did you have network connection problems? Or you may manually download pretrained resnest101 and resnest50 here.

Hi, the (https://download.openmmlab.com/pretrain/third_party/resnest101_d2-f3b931b2.pth) and resnest50 can be downloaded successfully, but the resnest based detectors still can not. Could you fix it? Thanks.