count / README.md
Zulkefl07's picture
Upload README.md
b6a69d5 verified
|
Raw
History Blame Contribute Delete
715 Bytes
---
title: Crowd Counting And Gender Classification
emoji: πŸ‘₯
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
---
Crowd Counting & Gender Classification
Upload a crowd photo and get:
* Standard mode β€” total count reconciled against CSRNet's density estimate, plus a male/female breakdown, with a color-coded dot overlay (yellow = Male, pink = Female, unrecognizable faces left unmarked β€” no dot, no color)
* Extreme Density mode β€” total headcount only, via density estimation, for scenes too dense/occluded for reliable per-face gender classification
See `pipeline_decision.md` in the project repo for the full reasoning behind the two-pipeline architecture.