#238 · Primary category: Computer Vision
acezero
[ECCV 2024 - Oral] ACE0 is a learning-based structure-from-motion approach that estimates camera parameters of sets of images by learning a multi-view consistent, implicit scene representation.
Project last updated:11/10/25
GitHub Stars
808
Forks
54
Contributors
5
License
MIT
Why we included this project
Most structure-from-motion tools recover camera poses by matching features across images. ACE0 takes a different route: it learns a multi-view consistent, implicit scene representation and estimates the camera parameters for a set of images from that, sidestepping the feature-matching pipeline entirely. The codebase is useful beyond the ECCV 2024 paper. You can refine existing poses, start from a partial reconstruction, feed it RGB-D input, or use the recovered poses to train NeRF and Gaussian splat models. It also bundles the standard ACE (CVPR 2023) workflow and optional reconstruction priors from the ICCV 2025 follow-up, so comparing classic and learning-based approaches is straightforward. Teams that need dependable camera poses for AR, robotics, or photogrammetry work will find the incremental learning approach and the included benchmark scripts directly applicable.
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)