#371 · Primary category: Computer Vision
C-3-Framework
An open-source PyTorch code for crowd counting
Project last updated:03/30/24
GitHub Stars
732
Forks
197
Contributors
6
License
MIT
Why we included this project
Crowd counting is one of those computer vision problems where the data pipeline can eat your week before you even train a model. C-3-Framework bundles six mainstream crowd-counting datasets into one PyTorch dev kit, so you can get straight to training classic backbones like AlexNet, VGG, or ResNet and comparing them against published baselines. It also logs losses and TensorBoard visualizations, and snapshots the whole code package with its parameter settings, so a finished experiment can be rerun exactly as it was. That last bit matters more than it sounds when you are trying to tell whether your new model actually beats the numbers in a paper. The catch is maintenance: the author has stopped updating it and points people to NWPU-Crowd-Sample-Code instead, so treat this as a solid reference for baselines and reproduction, not something to build a long-term pipeline on.
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)