#222 · Primary category: Computer Vision
3DObjectTracking
Algorithms and Publications on 3D Object Tracking
Project last updated:08/25/25
GitHub Stars
1.0K
Forks
182
Contributors
4
License
MIT
Why we included this project
Researchers working on robot manipulation or augmented reality often need to track objects in 3D space, and this repository from the DLR robotics group collects several published 6DoF tracking algorithms, each in its own folder with the code needed to reproduce the paper's results. The methods are built for the messy conditions of real tracking: partial occlusion, motion blur, background clutter, and textureless objects, combining region information with depth and appearance cues. The latest version, M3T, goes further by handling multi-body kinematic structures, which is useful when a robot has to manipulate articulated things like grippers or tools. Since each release updates earlier work, you can jump straight to the newest folder instead of sorting through older implementations. It's a research codebase rather than a ready-made library, so expect to adapt C++ code to your own pipeline, but the reference implementations and their papers give you a solid foundation for building RGB-D trackers.
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)