Closed matz9x closed 2 years ago
hloc.extract_features
using the NetVLAD config
https://github.com/cvg/Hierarchical-Localization/blob/ad139dc9c066d83312a99f3c77632caa311ad849/hloc/extract_features.py#L97-L106python -m hloc.pairs_from_retrieval --descriptors path_to_global_descriptors.h5 --output path_to_pairs.txt --num_matched 20 --query_prefix subpath_of_queries --db_prefix subpath_of_refs
hloc.localize_sfm
on the matches
I would like to understand the pipeline required to estimate the pose of a set of new frames given the reconstructed model generated using another set of images.
Given 2 sets of images (the first is used for SfM and the second is instead used for pose estimation). As far as I understood, this is the process:
Can you please provide some support on steps 2 and 3, confirming or modifying the pipeline?
Best regards