cvg / Hierarchical-Localization

Visual localization made easy with hloc
Apache License 2.0
3.07k stars 571 forks source link

Can I skip the 'colmap_from_nvm.main' process if I triangulate with known camera poses? #202

Open alecyan1993 opened 2 years ago

alecyan1993 commented 2 years ago

colmap_from_nvm.main( dataset / '3D-models/aachen_cvpr2018_db.nvm', dataset / '3D-models/database_intrinsics.txt', dataset / 'aachen.db', sift_sfm) pairs_from_covisibility.main( sift_sfm, sfm_pairs, num_matched=args.num_covis)

mrKornWij commented 1 year ago

@alecyan1993 you've done this? I'd be so appreciate if you guide me how to do it