-
Notifications
You must be signed in to change notification settings - Fork 86
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
About matching score #44
Comments
same interest here, I cannot reproduce the results stated in the paper |
-- coding: utf-8 --""" This is a temporary script file. import matplotlib use_cuda = torch.cuda.is_available() n_i = 52 #dataset_path = 'hpatches-sequences-release' lim = [1, 15] def mnn_matcher(descriptors_a, descriptors_b): import pdb def benchmark_features(read_feats):
def summary(stats): def generate_read_function(method, extension='ppm'): errors = {} I used the code above to get a similar matching score! |
Hello, your work is excellent. I would like to follow your work, Can you open your test code about matching score?
The text was updated successfully, but these errors were encountered: