-
Notifications
You must be signed in to change notification settings - Fork 66
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
HardNet result with matlab and python #32
Comments
I also encountered the same problem, can you tell me your problem solved? |
+1, @ducha-aiki @lenck Could you please help us with the problem? |
No matlab, no problem) |
I want to use it to evaluate my descriptor it in a paper. Without using matlab, I don't know how to generate the figure. |
Check the branch ench/matplotlib-fig. We have python code there to plot the results. However it isn't fully tested. If you find that it works fine, we can merge it into the master branch. |
Thanks for your help! |
I'm glad it worked, since as I said it's not fully tested. Time is pretty limited now for everyone, if you want you can send a pull request and we will merge it. |
Hello,
I have tested Hardnet's pretrained model of liberty with augmentation (HardNet+) with python implementation of HPatches. I was able to reproduce results of paper but when I tested with matlab implementation of HPatches to generate graphs I wasn't able to reproduce retrieval results (patch verification and matching results were correct) Can you please guide what I possibly be doing incorrect. Split is "full", I have checked. Does it has something to do with distractors?
Hardnetlibertywithaug (mAP with python implementation) = 69.66 (same as reported on paper)
Hardnetlibertywithaug (mAP with matlab implementation) = 60.64
Thanks in advance
The text was updated successfully, but these errors were encountered: