microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
382 stars 86 forks source link

Download vinvl pre-training model #14

Closed yanan1989 closed 3 years ago

yanan1989 commented 3 years ago

I failed to used azcopy command to download vinvl pre-training model. Could you show me how to download pretraining models? Thank you!

./azcopy cp https://penzhanwu2.blob.core.windows.net/results/vinvl/od_models/vinvl_vg_x152c4.pth .

INFO: Scanning...

failed to perform copy command due to error: Login Credentials missing. No SAS token or OAuth token is present and the resource is not public.

pzzhang commented 3 years ago

The link above is not public. Please use the following link to download the model.

extract vision features with VinVL object-attribute detection model

pretrained models at https://penzhanwu2.blob.core.windows.net/sgg/sgg_benchmark/vinvl_model_zoo/vinvl_vg_x152c4.pth

the associated labelmap at https://penzhanwu2.blob.core.windows.net/sgg/sgg_benchmark/vinvl_model_zoo/VG-SGG-dicts-vgoi6-clipped.json

KosukeTrue commented 1 year ago

still cannot download the model file

pzzhang commented 1 year ago

@KosukeTrue , could you try it again? It should work now.

tt0059 commented 1 year ago

Hello, how to download?

pzzhang commented 1 year ago

Just updated the links to copts. Please check it out here https://github.com/pzzhang/VinVL/blob/main/README.md

Best, Pengchuan