Use it as a reading map when learning SLAM systems like ORB-SLAM2, with curated links to papers and code in one place
Find curated links to autonomous driving datasets like KITTI and open-source platforms like Baidu Apollo
Follow structured notes on object detection and semantic segmentation as a Chinese-language computer vision curriculum
| ewenwan/mvision | uz-slamlab/orb_slam3 | oatpp/oatpp | |
|---|---|---|---|
| Stars | 8,630 | 8,604 | 8,593 |
| Language | C++ | C++ | C++ |
| Setup difficulty | easy | hard | hard |
| Complexity | 1/5 | 5/5 | 4/5 |
| Audience | researcher | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
MVision is a Chinese-language collection of resources, notes, code links, and tutorials covering machine vision and robotics. The title translates to Machine Vision. It is not a single software library with a defined API, but rather a curated study guide assembled by the repository owner, covering a wide range of topics that come up when building robots that can see and understand their surroundings. The content is organized around two main domains. The first is computer vision applied to mobile robots, including techniques for detecting objects in camera images, segmenting scenes into labeled regions (for example, distinguishing road from pedestrians from buildings), tracking moving objects over time, and estimating depth from stereo cameras. The README discusses both traditional approaches and deep learning methods for each of these tasks. The second major domain is SLAM, which stands for Simultaneous Localization and Mapping. This is a class of techniques that lets a robot figure out where it is in the world while also building a map of that world at the same time, using only sensor data. The README links to several well-known SLAM systems such as ORB-SLAM2, LSD-SLAM, and SVO, and includes explanations and code analysis links in Chinese. A significant portion of the content is focused on autonomous driving. The README covers the major technical challenges involved: how a self-driving car perceives its environment, how it plans a path through traffic, how it avoids collisions, and how multiple autonomous vehicles might coordinate at intersections. It references datasets like KITTI (a widely used autonomous-driving research dataset) and open-source platforms like Baidu Apollo. Throughout, the repository links to conference proceedings, university course pages, lecture slides, research papers, and open-source code repositories, almost entirely in Chinese. It functions as a reading list and knowledge map for a Chinese-speaking developer or student learning robotics and computer vision.
MVision is a Chinese-language study guide covering machine vision and robotics. It collects tutorials, code links, and research paper references for topics like object detection, SLAM, and autonomous driving, no runnable code, just organized learning resources.
Mainly C++. The stack also includes C++, Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.