microsoft / Oscar

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

Question about t2i retrieval task #28

Closed vincentlux closed 4 years ago

vincentlux commented 4 years ago

Hi, thank you very much for open source the project! I tried to reproduce the text-to-image retrieval task. However, it appears that only image-to-text retrieval code has been released. May I ask if it is possible to release the text-to-image retrieval code and model as well? Thank you very much for your help!

xjli commented 4 years ago

It is in the coco_ir data folder (coco_ir.zip), please check your download coco_ir data folder, and set the --data_dir to the right data path (the path of coco_ir).

vincentlux commented 4 years ago

Got it, thanks! I should have read the notes more carefully... Really appreciate your help!