#220 · Primary category: Computer Vision

SimpleCVReproduction

attention classification computer-vision cv demo face-detection landmark object-detection paper-reproduction pytorch

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