youngfly11 / ReIR-WeaklyGrounding.pytorch

The official PyTorch code for "Relation-aware Instance Refinement for Weakly Supervised Visual Grounding" accepted by CVPR2021
26 stars 6 forks source link

Missing files to run the code #4

Open chaudatascience opened 2 years ago

chaudatascience commented 2 years ago

Hi,

I am trying to run the code, but it's missing some files mentioned in WeaklyGrounding-RN101-C4.yaml. I follow issue #2 and found some of the files, but some are still missing.

Here're what I could use from your links (link1, link2, mentioned in #2):

VOCAB_FILE: "./flickr30k_datasets/skip-thoughts/vocab.json"
PRETRAIN_PATH: './flickr30k_datasets/bottom-up-pretrained/bottomup_pretrained_10_100.pth'

But most of them are not found:

VOCAB_PHR_FILE: "./flickr30k_datasets/skip-thoughts/vocab_phr.json"
GLOVE_DICT_FILE: './flickr30k_datasets/flickr30k_anno/skip_thoughts_dict.pkl'
VOCAB_EMBEDDING_FILE: './flickr30k_datasets/flickr30k_anno/skip_vocab_embed.pkl'
VOCAB_REL_FILE: "./flickr30k_datasets/skip-thoughts/vocab_rel.json"
SEMANTIC_NOUNS_PATH: './flickr30k_datasets/flickr30k_anno/noun_cates.json'
SEMANTIC_ATTR_PATH: './flickr30k_datasets/flickr30k_anno/attr_cates.json'
REL_CATE_PATH: './flickr30k_datasets/flickr30k_anno/rel_cates.json'
PRETRAIN_CLSW_PATH: './flickr30k_datasets/bottom-up-pretrained/bottomup_pretrained_clsw.pth'

Can you please upload the missing files, or let me know how to achieve them so I can reproduce the experiements?

Thanks, Chau

suekarry commented 1 year ago

你好,我想问一下您复现成功了?