kevinlin311tw / Caffe-DeepBinaryCode

Supervised Semantics-preserving Deep Hashing (TPAMI18)

Home Page:https://arxiv.org/abs/1507.00101v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I get the path ./matlab/caffe/matcaffe_batch_feat.m?

fanwenyuan opened this issue · comments

I met the 10% map error when testing the demo on cigar-10,when I was following the issue kevinlin311tw/caffe-cvprw15#17 I can't find that file.So where is it? There is only a +caffe file under my ./matlab and I can't find that file in it.

Please try the file feat_batch.m

@kevinlin311tw Thanks.So I just need to modify that file as the FAQ referred? How can I get the KevinNet_cifar10 model and its prorotxt?

@kevinlin311tw I have specified the mean file and rebuilt the project, but still get 0.1 map.

Please also check the path of the image files. Mack sure that Matlab can read the images successfully...

Thanks. The problem has solved. After specify the path, I deleted the binary-train.mat and binary-test.mat under /analysis and reproduce them. Or the code will load the error ones directly and skip the feat_batch.m. Hope it can be helpful.