DSCMR
DSCMR copied to clipboard
Deep Supervised Cross-modal Retrieval (CVPR 2019, PyTorch Code)
您好,您的这个工作是先将数据集通过VGG和文本编码器进行处理之后得到的特征,再将特征通过DSCMR进行处理。我想问一下您,可以直接使用原始的数据集进行训练吗
The original dataset of Pascal Sentence consists of 5 sentences per image. I wanted to ask what method did you follow to extract the text features for the same. Is...
请问,论文中使用到的NUS-WIDE-10K的处理后的数据集可以提供一下吗?现在不容易找到NUS-WIDE-10K的数据。
关于代码的问题
您好!我想请问: 在train_model.py中,计算loss的输入里面,为什么要输入两个一样的labels,这样labels的loss不就没有意义了吗? loss = calc_loss(view1_feature, view2_feature, view1_predict, view2_predict, labels, labels, alpha, beta)
请问您使用的cuda是什么版本呢
Thanks for providing PASCAL dataset. Could you please provide the other three datasets?