Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmrl committed Mar 30, 2024
1 parent 36c7e0c commit dd1bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deep_image_matching/image_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def ImageRetrieval(imgs_dir, outs_dir, retrieval_option, sfm_pairs):
retrieval_path = extract_features.main(retrieval_conf, imgs_dir, outs_dir)

try:
pairs_from_retrieval.main(retrieval_path, sfm_pairs, num_matched=1) # num_matched=number_imgs
pairs_from_retrieval.main(retrieval_path, sfm_pairs, num_matched=10) # num_matched=number_imgs
except Exception as e:
print("retrieval_path", retrieval_path)
print("sfm_pairs", sfm_pairs)
Expand Down

0 comments on commit dd1bb93

Please sign in to comment.