#350 · Primary category: Computer Vision
mickey
[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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)