#537 · Primary category: Computer Vision
DynSLAM
Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.
Project last updated:09/30/21
GitHub Stars
575
Forks
177
Contributors
2
License
BSD-3-Clause
Why we included this project
DynSLAM is a stereo SLAM system that takes on a problem most mapping pipelines quietly skip: streets full of moving cars. It takes stereo input, estimates depth with either ELAS or a learned dispnet model, segments the image to find vehicles, and then reconstructs the static background and each moving object as separate volumetric models. That split is what makes it worth studying, since it lets you build a clean map of a city scene without the ghosting artifacts moving vehicles usually leave behind. The code is a research prototype built on InfiniTAM and tied to a specific ICRA 2018 paper, so it reads better as a reference implementation and a starting point than as a drop-in library. It also ships the raw data and Jupyter notebooks used to regenerate the paper's figures, which makes checking the claims and tracing the internals fairly painless.
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)