Yang Bai
Yang Bai
Hi, bro. I found ir/tr evaluation result on flickr is still unstable even using official finetuned checkpoint. Sometimes I got 63.94(ir)/83.6(tr), sometimes it changed to 64.3(ir)/83.7(tr). How do you think...
Hi.Thanks for your reply. But I find shuffle in IR/TR image loader (code) is exactly False. In fact, shuffle is not exexplicitly set to False. However, the default value in torch.utils.data.DataLoader is False....
Hi, bro. Yes, i received your message in my mail but couldn't find the reply in github. hhhh.... Thanks for your reply and nice work.
Hi, @dandelin I'm sorry to say that the result seems still puzzled. Last night, when I changed precision to 32 during evaluation, two similar but NOT SAME results appeared, which...
@CQUTWangHong Not yet bro ...
Hi, I am encountering the same issue as you mentioned when I run the image-text retrieval task on Oscar(not Vinvl). There is a fatal error that shows "No such file:...
Wow, In fact, I have successed in running the image-text task on Vinvl(Oscar+), where the file "imageid2idx.json" is placed in [Pre-exacted Image Features](https://github.com/microsoft/Oscar/blob/master/VinVL_DOWNLOAD.md#pre-exacted-image-features). However, I can't find it in Osar(NOT...
@EssenceCC,感谢你的关注。 在Flickr30k和COCO上进行泛化实验时,我们默认每一张图像都是独立的,会赋予每张图像不同的PID,在这种情况下,PID和image id是等价的。
Hi, have you solved the problem? I guess this error is caused by pytorch version. But I have no idea about the proper version. I have tried pytorch 1.2, 1.6...