scorevision: push artifact
Browse files
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- element_type:detect
|
| 4 |
-
- model:yolov11-
|
| 5 |
-
- object:
|
| 6 |
manako:
|
| 7 |
description: >
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
prompt_hints: null
|
| 12 |
input_payload:
|
| 13 |
- name: frame
|
|
@@ -16,32 +17,26 @@ manako:
|
|
| 16 |
output_payload:
|
| 17 |
- name: detections
|
| 18 |
type: detections
|
| 19 |
-
description: Bounding boxes for detected
|
| 20 |
-
evaluation_score: 0.
|
| 21 |
last_benchmark:
|
| 22 |
-
type:
|
| 23 |
-
ran_at: 2026-03-
|
| 24 |
result_path: null
|
| 25 |
---
|
| 26 |
|
| 27 |
-
# Detect-
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
| Metric | Value |
|
| 32 |
|--------|-------|
|
| 33 |
-
| mAP@50 |
|
| 34 |
-
|
|
| 35 |
-
|
|
| 36 |
-
|
|
| 37 |
-
|
|
| 38 |
-
|
|
| 39 |
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
| Output ID | Class |
|
| 43 |
-
|-----------|-------|
|
| 44 |
-
| 0 | car |
|
| 45 |
-
| 1 | bus |
|
| 46 |
-
| 2 | truck |
|
| 47 |
-
| 3 | motorcycle |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- element_type:detect
|
| 4 |
+
- model:yolov11-nano
|
| 5 |
+
- object:person
|
| 6 |
manako:
|
| 7 |
description: >
|
| 8 |
+
YOLOv11-nano fine-tuned for ground-level CCTV person detection on SN44.
|
| 9 |
+
Trained on CrowdHuman (15k, dense crowds) + BDD100K street pedestrians.
|
| 10 |
+
Conf threshold raised to 0.35 to minimise false positives.
|
| 11 |
+
source: meaculpitt/Detect-Person
|
| 12 |
prompt_hints: null
|
| 13 |
input_payload:
|
| 14 |
- name: frame
|
|
|
|
| 17 |
output_payload:
|
| 18 |
- name: detections
|
| 19 |
type: detections
|
| 20 |
+
description: Bounding boxes for detected persons
|
| 21 |
+
evaluation_score: 0.5563
|
| 22 |
last_benchmark:
|
| 23 |
+
type: coco_val2017
|
| 24 |
+
ran_at: '2026-03-25T02:58:57+00:00'
|
| 25 |
result_path: null
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# Detect-Person — SN44
|
| 29 |
|
| 30 |
+
YOLOv11-nano fine-tuned for ground-level CCTV person detection.
|
| 31 |
|
| 32 |
| Metric | Value |
|
| 33 |
|--------|-------|
|
| 34 |
+
| mAP@50 (COCO val2017) | 55.63% |
|
| 35 |
+
| Precision (conf=0.35) | 56.86% |
|
| 36 |
+
| Recall | 50.67% |
|
| 37 |
+
| Baseline to beat | 37.55% |
|
| 38 |
+
| Model size | 5.6 MB |
|
| 39 |
+
| Input size | 1280×1280 |
|
| 40 |
|
| 41 |
+
**Training data**: CrowdHuman (15k) + BDD100K (3.2k pedestrians)
|
| 42 |
+
**Validation**: COCO val2017 persons (2,693 images)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|