scorevision: push artifact
Browse files- README.md +20 -25
- __pycache__/miner.cpython-312.pyc +0 -0
- class_names.txt +0 -79
- model_type.json +1 -1
- weights.onnx +2 -2
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__pycache__/miner.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/miner.cpython-312.pyc and b/__pycache__/miner.cpython-312.pyc differ
|
|
|
class_names.txt
CHANGED
|
@@ -1,80 +1 @@
|
|
| 1 |
person
|
| 2 |
-
bicycle
|
| 3 |
-
car
|
| 4 |
-
motorcycle
|
| 5 |
-
airplane
|
| 6 |
-
bus
|
| 7 |
-
train
|
| 8 |
-
truck
|
| 9 |
-
boat
|
| 10 |
-
traffic light
|
| 11 |
-
fire hydrant
|
| 12 |
-
stop sign
|
| 13 |
-
parking meter
|
| 14 |
-
bench
|
| 15 |
-
bird
|
| 16 |
-
cat
|
| 17 |
-
dog
|
| 18 |
-
horse
|
| 19 |
-
sheep
|
| 20 |
-
cow
|
| 21 |
-
elephant
|
| 22 |
-
bear
|
| 23 |
-
zebra
|
| 24 |
-
giraffe
|
| 25 |
-
backpack
|
| 26 |
-
umbrella
|
| 27 |
-
handbag
|
| 28 |
-
tie
|
| 29 |
-
suitcase
|
| 30 |
-
frisbee
|
| 31 |
-
skis
|
| 32 |
-
snowboard
|
| 33 |
-
sports ball
|
| 34 |
-
kite
|
| 35 |
-
baseball bat
|
| 36 |
-
baseball glove
|
| 37 |
-
skateboard
|
| 38 |
-
surfboard
|
| 39 |
-
tennis racket
|
| 40 |
-
bottle
|
| 41 |
-
wine glass
|
| 42 |
-
cup
|
| 43 |
-
fork
|
| 44 |
-
knife
|
| 45 |
-
spoon
|
| 46 |
-
bowl
|
| 47 |
-
banana
|
| 48 |
-
apple
|
| 49 |
-
sandwich
|
| 50 |
-
orange
|
| 51 |
-
broccoli
|
| 52 |
-
carrot
|
| 53 |
-
hot dog
|
| 54 |
-
pizza
|
| 55 |
-
donut
|
| 56 |
-
cake
|
| 57 |
-
chair
|
| 58 |
-
couch
|
| 59 |
-
potted plant
|
| 60 |
-
bed
|
| 61 |
-
dining table
|
| 62 |
-
toilet
|
| 63 |
-
tv
|
| 64 |
-
laptop
|
| 65 |
-
mouse
|
| 66 |
-
remote
|
| 67 |
-
keyboard
|
| 68 |
-
cell phone
|
| 69 |
-
microwave
|
| 70 |
-
oven
|
| 71 |
-
toaster
|
| 72 |
-
sink
|
| 73 |
-
refrigerator
|
| 74 |
-
book
|
| 75 |
-
clock
|
| 76 |
-
vase
|
| 77 |
-
scissors
|
| 78 |
-
teddy bear
|
| 79 |
-
hair drier
|
| 80 |
-
toothbrush
|
|
|
|
| 1 |
person
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model_type.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"task_type": "object-detection", "model_type": "yolov11-
|
|
|
|
| 1 |
+
{"task_type": "object-detection", "model_type": "yolov11-nano", "deploy": "2026-03-26T07:46Z"}
|
weights.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f32ed65b9024a69693f675d494c7fc813a964766c54b241464a463377342da60
|
| 3 |
+
size 5607862
|