#350 · Primary category: Computer Vision

mickey

computer-vision cvpr2024 dsac metric-correspondences mickey pose-estimation ransac ransac-algorithm

[CVPR 2024 - Oral] Matching 2D Images in 3D: Metric Relative Pose from Metric Correspondences

Project last updated:12/02/24

GitHub Stars

592

Forks

39

Contributors

2

License

Other

Why we included this project

MicKey is the reference implementation of a CVPR 2024 paper that estimates metric, scale-aware relative pose between two images without any prior 3D map. Rather than matching keypoints in pixel space and recovering scale separately, it regresses keypoint positions directly in camera space and learns metric correspondences end-to-end through differentiable pose optimization, needing only image pairs and their ground-truth poses for training. That makes it a natural fit for the Map-free benchmark, where a single reference photo stands in for a full 3D map, and for anyone working on augmented reality or visual relocalization who wants a reproducible baseline against classical RANSAC-based methods. The repo includes evaluation scripts and pretrained models, so you can run the method on your own image pairs. One caveat: the license is non-commercial, so treat it as research and teaching material rather than something to ship in a product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category