Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Download links for ImageNet pretrained weights not working #1

Closed
realwecan opened this issue Jan 23, 2018 · 2 comments
Closed

Download links for ImageNet pretrained weights not working #1

realwecan opened this issue Jan 23, 2018 · 2 comments

Comments

@realwecan
Copy link

realwecan commented Jan 23, 2018

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.

@rbgirshick
Copy link
Contributor

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)

@rbgirshick
Copy link
Contributor

Fixed by efc0c0e.

@rohitbhio rohitbhio mentioned this issue Jun 15, 2018
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants