# yolov5-crowdhuman
**Repository Path**: zoctopus/yolov5-crowdhuman
## Basic Information
- **Project Name**: yolov5-crowdhuman
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-04-28
- **Last Updated**: 2026-04-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Head & Person Detection Model
### Download model trained on crowd human using yolov5(m) architeture
Download Link: [YOLOv5m-crowd-human](https://drive.google.com/file/d/1gglIwqxaH2iTvy6lZlXuAcMpd_U0GCUb/view?usp=sharing)
**Output (Crowd Human Model)**

## Test
```bash
$ python detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img
```
## Test (Only Person Class)
```bash
python3 detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img --person
```
## Test (Only Heads)
```bash
python3 detect.py --weights crowdhuman_yolov5m.pt --source _test/ --view-img --heads
```