Skip to content

Repository files navigation

Head & Person Detection Model

https://github.com/deepakcrk/yolov5-crowdhuman.git https://github.com/deepakcrk/yolov5-crowdhuman.git https://github.com/deepakcrk/yolov5-crowdhuman.git

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

Download Link: YOLOv5m-crowd-human

python3 /home/zhou/Documents/python/yolov5-crowdhuman/detect.py --weights /home/zhou/Documents/python/yolov5-crowdhuman/crowdhuman_yolov5m.pt --heads --source

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

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages