Detectron: Download links for ImageNet pretrained weights not working

Created on 23 Jan 2018  ·  2Comments  ·  Source: facebookresearch/Detectron

Thanks for the amazing work!

It seems that the links to download the ImageNet pretrained models (in Detectron format) are not working, giving 403 Forbidden errors:

https://github.com/facebookresearch/Detectron/blob/master/MODEL_ZOO.md#imagenet-pretrained-models

Download links for other models work just fine.

Most helpful comment

Thanks for reporting this issue, @realwecan! Fixed links should be pushed to the repo in several minutes. In the meantime, you can refer to these:

  • R-50.pkl: converted copy of MSRA's original ResNet-50 model
  • R-101.pkl: converted copy of MSRA's original ResNet-101 model
  • X-101-64x4d.pkl: converted copy of FB's original ResNeXt-101-64x4d model trained with Torch7
  • X-101-32x8d.pkl: ResNeXt-101-32x8d model trained with Caffe2 at FB
  • X-152-32x8d-IN5k.pkl: ResNeXt-152-32x8d model trained on ImageNet-5k with Caffe2 at FB (see our ResNeXt paper for details on ImageNet-5k)

All 2 comments

Thanks for reporting this issue, @realwecan! Fixed links should be pushed to the repo in several minutes. In the meantime, you can refer to these:

  • R-50.pkl: converted copy of MSRA's original ResNet-50 model
  • R-101.pkl: converted copy of MSRA's original ResNet-101 model
  • X-101-64x4d.pkl: converted copy of FB's original ResNeXt-101-64x4d model trained with Torch7
  • X-101-32x8d.pkl: ResNeXt-101-32x8d model trained with Caffe2 at FB
  • X-152-32x8d-IN5k.pkl: ResNeXt-152-32x8d model trained on ImageNet-5k with Caffe2 at FB (see our ResNeXt paper for details on ImageNet-5k)

Fixed by efc0c0ed9abcc48dd82d85556f31bf893ac6661c.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elfpattern picture elfpattern  ·  3Comments

partnercloudsupport picture partnercloudsupport  ·  3Comments

lilichu picture lilichu  ·  3Comments

kampelmuehler picture kampelmuehler  ·  4Comments

olgaliak picture olgaliak  ·  4Comments