-
Notifications
You must be signed in to change notification settings - Fork 82
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
How can I get the path ./matlab/caffe/matcaffe_batch_feat.m? #25
Comments
Please try the file |
@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? |
The reason you got 10% mAP is that Matlab does not load the mean file correctly. Directly specifying the path of the mean file solves this problem.
For this SSDH repo, you have to use SSDH model instead of KevinNet_cifar10 model. The KevinNet_cifar10 model is for another repo. You should already downloaded the SSDH model and the corresponding prototxt if you follow the instruction.
… On 2018年2月3日, at 下午9:14, fanwenyuan ***@***.***> wrote:
@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?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@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. |
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.
The text was updated successfully, but these errors were encountered: