You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
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?)
The text was updated successfully, but these errors were encountered:
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.
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.
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?)
The text was updated successfully, but these errors were encountered: