#220 · Primary category: Computer Vision
SimpleCVReproduction
Replication of simple CV Projects including attention, classification, detection, keypoint detection, etc.
Project last updated:08/14/25
GitHub Stars
1.3K
Forks
318
Contributors
3
License
Apache-2.0
Why we included this project
For someone starting out in computer vision, most research repos assume a level of fluency that makes them hard to use as learning material. This one takes the opposite approach: it strips classic models down to compact, commented PyTorch implementations that are meant to be read, not just run. Alongside attention blocks such as CBAM and SE, you get classification baselines, simplified detectors like CenterNet and YOLOv3, and keypoint or face-landmark examples, each with notes that explain how the pieces work rather than just what the final numbers are. Since most of the code is gathered from community projects and marked non-commercial, treat it as a study resource, and fall back on the original papers and upstream repos whenever you need something production-ready.
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)