-
Notifications
You must be signed in to change notification settings - Fork 101
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
PS model #6
Comments
Traceback (most recent call last): |
Probably is this clcarwin/convert_torch_to_pytorch#8 |
I don`t want to install lua now :( I had it on previous Ubuntu and remember some clashed after installation lua and torch... May be @rmitra can help? |
I think that |
neither have a docker. I am medieval person, I know :( |
Hi, the link for downloading the network for PyTorch is https://www.dropbox.com/s/1p9e8vtf57gl9jc/PyTorch-hardnet-PS-CPU.pth?dl=1 Please inform me of further issues in https://github.com/rmitra/PS-Dataset. Thanks, |
@bhack @rmitra
And the converted to true PyTorch weights are here: Converted weights + code above give following performance on HPatches matching task: 0.691107 0.593172 0.460405 0.581561 vs HardNetLib+ 0.696852 0.533411 0.35355 0.527938 |
I will update README.md in couple of hours with benchmark results |
I have also asked @rmitra to compare HardNet++ (trained on Brown + HPatches) vs HardNet-PS on Fountain dataset. I think, they should be pretty close in performance |
Readme updated, results of HardNet-PS are in :) |
@ducha-aiki Thank you so much for updating the results. |
Have you tried to convert it with https://github.com/clcarwin/convert_torch_to_pytorch?
The text was updated successfully, but these errors were encountered: