YuanSun-XJTU / iComMa

iComMa: Inverting 3D Gaussian Splatting for Camera Pose Estimation via Comparing and Matching
95 stars 6 forks source link

I'd like to know how to compare LightGlue models. #3

Closed xiaoc57 closed 7 months ago

xiaoc57 commented 7 months ago

This is a meaningful job. I am currently studying how to compare camera positioning through the BreadcrumbsHierarchical-Localization library. How do you compare the accuracy of colmap's camera pose? I hope you can provide the code for LightGlue model evaluation.

我近期正在研究如果通过BreadcrumbsHierarchical-Localization库进行相机定位的比较。请问你们是如何对比colmap的相机位姿的准确程度的。我希望你们能够提供LightGlue模型评估的代码。非常感谢~

YuanSun-XJTU commented 7 months ago

For matching-based algorithms, the essential matrix is computed using the RANSAC algorithm based on 2D matching points and camera intrinsics to recover the relative camera poses. The code can be referenced from the method implemented in SuperGlue, available here.