Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

About how to run the demo #91

Open
TSorzZZ opened this issue Apr 6, 2021 · 3 comments
Open

About how to run the demo #91

TSorzZZ opened this issue Apr 6, 2021 · 3 comments

Comments

@TSorzZZ
Copy link

TSorzZZ commented Apr 6, 2021

when i run the demo at ViLBERT part,an error occurs:

FileNotFoundError: [Errno 2] No such file or directory: 'save/resnext_models/e2e_faster_rcnn_X-152-32x8d-FPN_1x_MLP_2048_FPN_512_train.yaml'

I find that I don't have the "save" folder,The "model_final.pth" and "e2e_faster_rcnn_X-152-32x8d-FPN_1x_MLP_2048_FPN_512_train.yaml" also in this folder,which is needed for FeatureExtractor.

How can I get this two file(or the whole folder?)

@HireTheHero
Copy link

I found the config file with same name in the repository mentioned in #6 , and a script for generating checkpoint. However I'm also curious about more official answer if exists.

@TSorzZZ
Copy link
Author

TSorzZZ commented Apr 9, 2021

I found the config file with same name in the repository mentioned in #6 , and a script for generating checkpoint. However I'm also curious about more official answer if exists.

Thanks for helping,I got the yaml file in maskrcnn-benchmark,But I can only find correspond model file in https://github.com/facebookresearch/Detectron/blob/master/MODEL_ZOO.md#person-specific-rpn-baselines
but its format is .pkl not .pth, did anyone got the model_final.pth? plz tell me how to get this model_final.pth,
I will be really grateful!

@HireTheHero
Copy link

did anyone got the model_final.pth?

Can this script be used as reference?
I used like this

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