VSRN
VSRN copied to clipboard
PyTorch code for ICCV'19 paper "Visual Semantic Reasoning for Image-Text Matching"
Could anyone share this data with me by another link or download manner? The current link always fails after downloading for serval hours.  I have already changed three servers...
Great job! I have a small question here, that you said below in your paper > Flickr30K consists of 31783 images collected from the Flickr website. Each image is accompanied...
Would you please tell the torch seed of 2 pretrained models. I found the result varies with torch seed, and I ran many times but failed to realize 76.2 for...
How did you run the examples of image-text retrieval and text-image retrieval in your code?
Thank you for your reply! I have find the cause of dropping performance. In data.py line 206 ”with open(loc+'%s_caps.txt' % data_split, 'rb') as f:”, you need to change the open...