deepakcrk / yolov5-crowdhuman

Head and Person detection using yolov5. Detection from crowd.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Head & Person Detection Model

Download model trained on crowd human using yolov5(m) architeture

Download Link: YOLOv5m-crowd-human


Output (Crowd Human Model)

image


Test

$ python detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img

Test (Only Person Class)

python3 detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img  --person

Test (Only Heads)

python3 detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img  --heads

About

Head and Person detection using yolov5. Detection from crowd.

License:GNU General Public License v3.0


Languages

Language:Python 95.9%Language:Shell 3.0%Language:Dockerfile 1.1%