Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PHD Person + Head Detection — YOLOv11 ONNX Engine
|
| 2 |
|
| 3 |
Dual-class detection model (Person Head Detection) based on YOLOv11, exported to ONNX and configured for DeepStream/ONNX Runtime inference. Detects both **persons** (class 0) and **heads** (class 1) simultaneously.
|
|
@@ -70,4 +83,4 @@ TOPK = 300
|
|
| 70 |
### Output
|
| 71 |
|
| 72 |
- Console: detection count, bounding boxes, and confidence scores
|
| 73 |
-
- `output.jpg`: input image with green bounding boxes and labels overlaid
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail++
|
| 3 |
+
datasets:
|
| 4 |
+
- sshao0516/CrowdHuman
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- pyronear/yolov11s
|
| 9 |
+
pipeline_tag: object-detection
|
| 10 |
+
tags:
|
| 11 |
+
- person
|
| 12 |
+
- head
|
| 13 |
+
---
|
| 14 |
# PHD Person + Head Detection — YOLOv11 ONNX Engine
|
| 15 |
|
| 16 |
Dual-class detection model (Person Head Detection) based on YOLOv11, exported to ONNX and configured for DeepStream/ONNX Runtime inference. Detects both **persons** (class 0) and **heads** (class 1) simultaneously.
|
|
|
|
| 83 |
### Output
|
| 84 |
|
| 85 |
- Console: detection count, bounding boxes, and confidence scores
|
| 86 |
+
- `output.jpg`: input image with green bounding boxes and labels overlaid
|