zju3dv / EfficientLoFTR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to produce poses and intrinsics

xiyufeng2 opened this issue · comments

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!

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.