-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,I follow the README to accomplish the run_cifar10.m.It said that I will got MAP=0.89 (about),but finnaly I got it about 0.1 .Is there anyone who hace the same problem with me or can give me some suggestion?thank you #17
Comments
Okay. Let us debug. For the very first step, can you check your output binary codes? I guess you didn't successfully download some of the files including SSDH48_iter_50000.caffemodel, bvlc_reference_caffenet.caffemodel, as well as the cifar10-dataset.zip. Make sure you have these files. If the file is exist but the file size is only 0KB, you may manually download the file again. |
I have download theKevinNet_CIFAR10_48.caffemodel, bvlc_reference_caffenet.caffemodel, as well as the cifar10-dataset.zip.And the binary file are all 0,feat-test are all 0.5 。what is the SSDH48_iter_50000.caffemodel?it seems you haven't refer it before ? |
yesterday i try to get the < feat_test>by myself ,but it takes all night for only 300 pictures .Is there any pproblem for my operation ? |
You can try this way: Open ./matlab/caffe/matcaffe_batch_feat.m and change line 42: d = load('ilsvrc_2012_mean');-->d = load('./matlab/caffe/ilsvrc_2012_mean.mat'); then run run_cifar10.m, I solved this problem by above modify. |
Thanks @CBIR-LL. So, this is the path problem. |
Thankyou !I tried it ,but get the same map=0.10577.Your feat_test ,feat_train, binary_test,binary_train are get after run_cifar10.m ,right?it seems my parameters have some problem.the binary are all 0,and feat are all 0.5 |
@iWeisskohl Did you unzip the cifar10 dataset, and put it to the correct folder? |
I run the ./prepare_eval.sh to set the dataset ,and they are in the correct folder. |
Can you remove the output files (*-train.mat, *-test.mat), and extract the features again? |
I have done it twice ,but make no changes . |
Please provide your matlab log information, so we can look into your problem. |
Dose Matlab have any warning during feature extraction? We have to check your feature extraction. It seems like there is a GIGO problem. |
yes,The waring: converting non-floating point data to double |
GIGO means garbage in garbage out.. |
I got the same mAP and error. did anyone figure this out? |
@sjean you can try using the plan I mentioned above. At the same time, you have to strictly according to the author's instructions to check for each item. Download theKevinNet_CIFAR10_48.caffemodel, bvlc_reference_caffenet.caffemodel, as well as the cifar10-dataset.zip, unzip and put them in correct path. |
@CBIR-LL ok, i did not notice before. thank you very much |
@sjean If you fix the error, please report your solution here to help other people. |
I GOT the correct result with the way @CBIR-LL mentioned. |
@sjean Because the mean file is not in the currently running script path, caused the mean not loaded correctly, specified mean file path can solve MAP problem. @iWeisskohl I met this waring: converting non-floating point data to double, but not affect the results. You should be careful checking your configuration. |
@ CBIR_LL @kevinlin311tw @sjean |
Before running any evaluation codes, please run |
Hi, I just encounter same problem, and finally figure out that the test images' paths contained in the list file are not correct, and just by prepending correct prefix to all of them brings correct mAP. Hope this helps! |
who can provide the model and dataset for me,please |
Please help me, In matcaffe_init.m in matcaffe_init_feat.m In matcaffe_batch_feat.m in run_cifar10.m (all files put in correct path) then run startup.m; run_cifar10.m but get MAP =0.105777 |
No description provided.
The text was updated successfully, but these errors were encountered: