init: placeholder README, training in progress
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- element_type:detect
|
| 4 |
+
- model:yolov11-nano
|
| 5 |
+
- object:person
|
| 6 |
+
manako:
|
| 7 |
+
description: YOLOv11-nano for ground-level CCTV person detection on SN44 (training in progress)
|
| 8 |
+
source: meaculpitt/Detect-Person
|
| 9 |
+
prompt_hints: null
|
| 10 |
+
input_payload:
|
| 11 |
+
- name: frame
|
| 12 |
+
type: image
|
| 13 |
+
description: RGB frame
|
| 14 |
+
output_payload:
|
| 15 |
+
- name: detections
|
| 16 |
+
type: detections
|
| 17 |
+
description: List of bounding boxes for detected persons
|
| 18 |
+
evaluation_score: null
|
| 19 |
+
last_benchmark: null
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# Detect-Person — SN44
|
| 23 |
+
|
| 24 |
+
YOLOv11-nano fine-tuned for ground-level CCTV person detection.
|
| 25 |
+
|
| 26 |
+
**Status**: Training in progress. Model weights will be uploaded on completion.
|
| 27 |
+
|
| 28 |
+
- Training data: CrowdHuman (15k) + BDD100K pedestrians (3.2k)
|
| 29 |
+
- Validation: COCO val2017 persons
|
| 30 |
+
- Input size: 1280×1280
|
| 31 |
+
- Conf threshold: 0.35 (precision-tuned for false_positive pillar)
|