A Chinese Computer Vision Syllabus You Read Offline
Curated Chinese translations and study notes for classic computer vision papers, maintained as an offline-friendly markdown syllabus.

What it does This repository is a structured reading list of influential computer vision papers, maintained in Chinese. It collects translations, notes, and summaries across object detection, face recognition, visual tracking, OCR, and semantic segmentation. The author treats it as a living syllabus rather than a code project.
The interesting bit The README concedes that GitHub’s markdown preview cannot handle its tables of contents or math formulas, so the repository is effectively designed for offline markdown readers like Typora. It is a rare project that treats GitHub more like a file host than a reading platform.
Key highlights
- Covers detection heavyweights from the R-CNN lineage through YOLO, SSD, and RetinaNet.
- Includes adjacent topics like FaceNet, CRNN/CTPN for OCR, and even the medical-imaging paper DeepLung.
- Some papers have dedicated
.mdnotes; others are listed as bare names or placeholders. - A Hammersley-Clifford theorem proof sits in the “dependency knowledge” section, suggesting the notes do not shy away from the underlying math.
- 1,090 stars indicate it has become a de facto study guide for Chinese-speaking CV learners.
Caveats
- Link coverage is spotty: entries like YOLO v3, DSSD, and SiameseFC are plain text without linked notes.
- Academic content sits alongside recruitment advertising for the maintainer’s company.
- The web preview experience is intentionally limited because the notes rely on rendering features GitHub lacks.
Verdict Worth bookmarking if you read Chinese and want a curated, translated survey of pre-transformer-era CV fundamentals. If you are looking for executable training scripts or English prose, this is not your repo.
Frequently asked
- What is yizt/cv-papers?
- Curated Chinese translations and study notes for classic computer vision papers, maintained as an offline-friendly markdown syllabus.
- Is cv-papers open source?
- Yes — yizt/cv-papers is open source, released under the Apache-2.0 license.
- How popular is cv-papers?
- yizt/cv-papers has 1.1k stars on GitHub.
- Where can I find cv-papers?
- yizt/cv-papers is on GitHub at https://github.com/yizt/cv-papers.