#268 · Primary category: Computer Vision

SplaTAM

computer-vision cvpr2024 gaussian-splatting robotics slam

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