#266 · Primary category: Computer Vision
S3Gaussian
Official Implementation of Self-Supervised Street Gaussians for Autonomous Driving
Project last updated:01/31/26
GitHub Stars
545
Forks
34
Contributors
3
License
Other
Why we included this project
Autonomous driving teams that need to reconstruct dynamic street scenes from camera footage will get a lot out of this codebase. S3Gaussian models moving vehicles and static background with 3D Gaussian splatting, and it does the whole thing without 3D bounding box labels, using a self-supervised objective instead. A multi-resolution hexplane encoder compresses the 4D scene into feature planes, and a multi-head Gaussian decoder turns those into deformed 4D Gaussians, which is how the model keeps dynamic and static content apart while still rendering clean novel views. Since it builds on earlier work like 4D Gaussians and EmerNeRF, it is a solid starting point for reproducing the paper or pushing self-supervised street reconstruction further. Just know it is research code, not a plug-and-play product: you will need to prepare datasets and run the training pipeline yourself.
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)