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

how can I downloads the weights.pkl for rpn_person_only_R-101-FPN_1x.yaml #820

Closed
Adhders opened this issue Feb 25, 2019 · 3 comments
Closed

Comments

@Adhders
Copy link

Adhders commented Feb 25, 2019

PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING

  1. Please thoroughly read README.md, INSTALL.md, GETTING_STARTED.md, and FAQ.md
  2. Please search existing open and closed issues in case your issue has already been reported
  3. Please try to debug the issue in case you can solve it on your own before posting

After following steps 1-3 above and agreeing to provide the detailed information requested below, you may continue with posting your issue

(Delete this line and the text above it.)

Expected results

What did you expect to see?

Actual results

What did you observe instead?

Detailed steps to reproduce

E.g.:

The command that you ran

System information

  • Operating system: ?
  • Compiler version: ?
  • CUDA version: ?
  • cuDNN version: ?
  • NVIDIA driver version: ?
  • GPU models (for all devices if they are not all the same): ?
  • PYTHONPATH environment variable: ?
  • python --version output: ?
  • Anything else that seems relevant: ?
@Adhders Adhders changed the title how can I downloads the weights for rpn_person_only_R-101-FPN_1x.yaml how can I downloads the weights.pkl for rpn_person_only_R-101-FPN_1x.yaml Feb 25, 2019
@Adhders
Copy link
Author

Adhders commented Feb 25, 2019

when i enter "python3 tools/infer_simple.py --cfg configs/12_2017_baselines/rpn_person_only_R-101-FPN_1x.yaml --output-dir /tmp/detectron-visualizations --image-ext jpg --wts https://dl.fbaipublicfiles.com/detectron/35861858/12_2017_baselines/rpn_person_only_R-101-FPN_1x.yaml.02_32_51.SgT4y1cO/output/train/coco_2014_train:coco_2014_valminusminival/generalized_rcnn/model_final.pkl demo"

there is AssertionError: Detectron only automatically caches URLs in the Detectron S3 bucket: https://s3-us-west-2.amazonaws.com/detectron

@xiang-zhe
Copy link

@Adhders ,i got the same problem in docker,but is was solved by changing _DETECTRON_S3_BASE_URL = 'https://dl.fbaipublicfiles.com/detectron' in line 40 in
/detectron/lib/utils/io.py, i help it work to u

@ir413
Copy link
Contributor

ir413 commented Apr 1, 2019

Hi @Adhders, you can find the up-to-date download links for person only RPN models here. Thanks for the suggestion @xiang-zhe. We updated the URLs in 5ed75f9 so you may need to rebase on master or apply the corresponding code changes if your fork diverged from this repo (see #781 for more info).

@ir413 ir413 closed this as completed Apr 1, 2019
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

3 participants