microsoft / Oscar

Oscar and VinVL
MIT License
1.04k stars 251 forks source link

checkpoint of Image Text Retrieval #149

Open QC-LY opened 2 years ago

QC-LY commented 2 years ago

Hello, can you give the checkpoint of Image Text Retrieval, your link in VinVL_MODEL_ZOO. md is wrong, thank you!

Ryan-Qiyu-Jiang commented 2 years ago

What worked for me to download the vinvl model finetuned on coco_ir,

download azcopy https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10,

then run ./azcopy copy 'https://biglmdiag.blob.core.windows.net/vinvl/model_ckpts/coco_ir/base' ./MODEL_LOCAL_DIR/ --recursive

The 'checkpoint-0132780' directory has the finetuned config and weights!

good luck :)

via815via commented 2 years ago

Could you tell me in detail how to run the program successfully? Which files do I need to download? I encountered some problems in the process of reproducing the code. I don't know how to solve them. Thank you!

Bovey0809 commented 2 years ago

The same.