VSRN icon indicating copy to clipboard operation
VSRN copied to clipboard

PyTorch code for ICCV'19 paper "Visual Semantic Reasoning for Image-Text Matching"

Results 5 VSRN issues
Sort by recently updated
recently updated
newest added

Could anyone share this data with me by another link or download manner? The current link always fails after downloading for serval hours. ![image](https://user-images.githubusercontent.com/9478838/184617970-7c2cdb82-de19-4f86-b764-7f085d3360ab.png) 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...