aditya-vora/FCHD-Fully-Convolutional-Head-Detector
Code for FCHD - A fast and accurate head detector
This project offers a fast and accurate way to identify human heads within images. You provide an image, and it outputs the locations of heads, useful for analyzing crowd density or people tracking. It's ideal for computer vision researchers or engineers working on surveillance, crowd management, or human-computer interaction applications.
648 stars. No commits in the last 6 months.
Use this if you need to quickly and precisely detect human heads in static images for research or application development.
Not ideal if you require real-time processing on low-power devices, as it needs a GPU and runs at 5 frames per second on a dedicated graphics card.
Stars
648
Forks
181
Language
Python
License
—
Category
Last pushed
Dec 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/aditya-vora/FCHD-Fully-Convolutional-Head-Detector"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
IBM/MAX-Object-Detector
Localize and identify multiple objects in a single image.
LSH9832/edgeyolo
an edge-real-time anchor-free object detector with decent performance
stephanecharette/DarkMark
Marking up images for use with Darknet.
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
dog-qiuqiu/FastestDet
:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only...