HashNet
HashNet copied to clipboard
Code release for "HashNet: Deep Learning to Hash by Continuation" (ICCV 2017)
Hi, I want to use more images to trian the net on MS-COCO, however, I find it some difficult to generate the "train.txt" of MS-COCO, Would you please provide the...
In here: https://github.com/thuml/HashNet/blob/master/pytorch/src/test.py#L51 You compute: for i in range(query_num): label = validation_labels[i, :] label[label == 0] = -1 idx = ids[:, i] imatch = np.sum(database_labels[idx[0:R], :] == label, axis=1) >...
Hi, according to the paper, all results in the paper are obtained by AlexNet. So what's the result on the three datasets if use Resnet152 as feature extraction model? I...
Thank you very much for sharing the dataset, but I found a problem that many of the images in train.txt, test.txt, databse.txt, which you have given are not labeled and...