#268 · Primary category: Computer Vision
SplaTAM
SplaTAM: Splat, Track & Map 3D Gaussians for Dense RGB-D SLAM (CVPR 2024)
Project last updated:06/19/24
GitHub Stars
2.2K
Forks
252
Contributors
2
License
BSD-3-Clause
Why we included this project
SplaTAM is a Python/PyTorch implementation of a CVPR 2024 method that couples camera tracking with dense scene reconstruction through 3D Gaussian splatting, so a single RGB-D stream becomes a detailed map while the camera moves. For robotics and AR/VR engineers, that means one codebase that both localizes the sensor and builds the scene, without wiring together separate pieces. Researchers get a benchmarked baseline too: the repo runs against standard SLAM datasets, so reconstruction quality and tracking accuracy can be compared out of the box. It is clearly research software rather than a drop-in library, and you will likely adapt the code to your own sensors and scenes, but as a readable reference for how modern Gaussian-based SLAM.
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)