zju3dv / EfficientLoFTR

491 stars 34 forks source link

how to produce poses and intrinsics #13

Open xiyufeng2 opened 2 months ago

xiyufeng2 commented 2 months ago

The jupiter nokebook has provided a demo to match 2 imgs. I want to kown how to match several imgs to produce camera poses and intrinsics.Thank you!

wyf2020 commented 1 month ago

Sorry for the late reply, this is a very good question! For two images w/ intrinsics, you can use the code here to use PoseLib to estimate the relative pose. For multiple images w/ or w/o intrinsic, please use DetectorFreeSfM, an SfM framework from our freshly released CVPR 2024 work, designed for detector-free matching, which won first place in the Image Matching Challenge 2023.