cvg / pixel-perfect-sfm

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
Apache License 2.0
1.29k stars 132 forks source link

I would like to ask which file in hloc should be run to get the input keypoints.h5 in the End-to-end SfM with hloc method? #94

Closed newforests closed 1 year ago

Phil26AT commented 1 year ago

Hi! You have to run extract_features.py to obtain initial keypoints, and match_features.py to obtain the tentative matches graph.

newforests commented 1 year ago

I get it, thank you very much!!