benchmark: bench_2026-02-16T18-10-54.562216Z
Browse files- .gitattributes +2 -0
- README.md +15 -10
- benchmark/images/1.png +3 -0
- benchmark/images/2.png +3 -0
- benchmark/labels/1.json +62 -0
- benchmark/labels/1.png +0 -0
- benchmark/labels/2.json +110 -0
- benchmark/labels/2.png +0 -0
- benchmark/predicted/1.json +22 -0
- benchmark/predicted/1.png +0 -0
- benchmark/predicted/2.json +22 -0
- benchmark/predicted/2.png +0 -0
- benchmark/results/2026-02-16T18-10-56.519836Z.json +33 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
benchmark/images/1.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
benchmark/images/2.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -14,18 +14,23 @@ tags:
|
|
| 14 |
- object:truck-m-
|
| 15 |
- object:truck-s-
|
| 16 |
- object:truck-xl-
|
| 17 |
-
|
| 18 |
manako:
|
| 19 |
-
description: Roboflow - generated by element_trainer service to detect big bus,
|
|
|
|
|
|
|
| 20 |
source: element_trainer/vehicles-baseline
|
| 21 |
-
prompt_hints:
|
| 22 |
input_payload:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
output_payload:
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
evaluation_score:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
|
|
|
| 14 |
- object:truck-m-
|
| 15 |
- object:truck-s-
|
| 16 |
- object:truck-xl-
|
|
|
|
| 17 |
manako:
|
| 18 |
+
description: Roboflow - generated by element_trainer service to detect big bus,
|
| 19 |
+
big truck, bus-l-, bus-s-, car, mid truck, small bus, small truck, truck-l-, truck-m-,
|
| 20 |
+
truck-s-, truck-xl-
|
| 21 |
source: element_trainer/vehicles-baseline
|
| 22 |
+
prompt_hints: null
|
| 23 |
input_payload:
|
| 24 |
+
- name: frame
|
| 25 |
+
type: image
|
| 26 |
+
description: RGB frame
|
| 27 |
output_payload:
|
| 28 |
+
- name: detections
|
| 29 |
+
type: detections
|
| 30 |
+
description: List of detections
|
| 31 |
+
evaluation_score: 0.9656122849221355
|
| 32 |
+
last_benchmark:
|
| 33 |
+
type: detect-iou-v1
|
| 34 |
+
ran_at: '2026-02-16T18:10:56.519830Z'
|
| 35 |
+
result_path: benchmark/results/2026-02-16T18-10-56.519836Z.json
|
| 36 |
---
|
benchmark/images/1.png
ADDED
|
Git LFS Details
|
benchmark/images/2.png
ADDED
|
Git LFS Details
|
benchmark/labels/1.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"frame_idx": 0,
|
| 4 |
+
"class": "big bus",
|
| 5 |
+
"bbox": [
|
| 6 |
+
50.0,
|
| 7 |
+
117.0,
|
| 8 |
+
988.0,
|
| 9 |
+
787.0
|
| 10 |
+
],
|
| 11 |
+
"score": 0.965028703212738,
|
| 12 |
+
"track_id": "sam3-0-0-0"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"frame_idx": 0,
|
| 16 |
+
"class": "bus-s-",
|
| 17 |
+
"bbox": [
|
| 18 |
+
50.0,
|
| 19 |
+
117.0,
|
| 20 |
+
988.0,
|
| 21 |
+
786.0
|
| 22 |
+
],
|
| 23 |
+
"score": 0.9525490403175354,
|
| 24 |
+
"track_id": "sam3-3-0-0"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"frame_idx": 0,
|
| 28 |
+
"class": "car",
|
| 29 |
+
"bbox": [
|
| 30 |
+
811.0,
|
| 31 |
+
530.0,
|
| 32 |
+
1023.0,
|
| 33 |
+
753.0
|
| 34 |
+
],
|
| 35 |
+
"score": 0.9778367877006531,
|
| 36 |
+
"track_id": "sam3-4-0-0"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"frame_idx": 0,
|
| 40 |
+
"class": "car",
|
| 41 |
+
"bbox": [
|
| 42 |
+
503.0,
|
| 43 |
+
700.0,
|
| 44 |
+
909.0,
|
| 45 |
+
995.0
|
| 46 |
+
],
|
| 47 |
+
"score": 0.9778367877006531,
|
| 48 |
+
"track_id": "sam3-4-0-1"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"frame_idx": 0,
|
| 52 |
+
"class": "small bus",
|
| 53 |
+
"bbox": [
|
| 54 |
+
50.0,
|
| 55 |
+
117.0,
|
| 56 |
+
988.0,
|
| 57 |
+
787.0
|
| 58 |
+
],
|
| 59 |
+
"score": 0.9236981868743896,
|
| 60 |
+
"track_id": "sam3-6-0-0"
|
| 61 |
+
}
|
| 62 |
+
]
|
benchmark/labels/1.png
ADDED
|
benchmark/labels/2.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"frame_idx": 0,
|
| 4 |
+
"class": "big bus",
|
| 5 |
+
"bbox": [
|
| 6 |
+
70.0,
|
| 7 |
+
292.0,
|
| 8 |
+
825.0,
|
| 9 |
+
788.0
|
| 10 |
+
],
|
| 11 |
+
"score": 0.9674444198608398,
|
| 12 |
+
"track_id": "sam3-0-0-0"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"frame_idx": 0,
|
| 16 |
+
"class": "big truck",
|
| 17 |
+
"bbox": [
|
| 18 |
+
846.0,
|
| 19 |
+
323.0,
|
| 20 |
+
993.0,
|
| 21 |
+
468.0
|
| 22 |
+
],
|
| 23 |
+
"score": 0.9485448598861694,
|
| 24 |
+
"track_id": "sam3-1-0-0"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"frame_idx": 0,
|
| 28 |
+
"class": "bus-s-",
|
| 29 |
+
"bbox": [
|
| 30 |
+
70.0,
|
| 31 |
+
292.0,
|
| 32 |
+
825.0,
|
| 33 |
+
788.0
|
| 34 |
+
],
|
| 35 |
+
"score": 0.9653674364089966,
|
| 36 |
+
"track_id": "sam3-3-0-0"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"frame_idx": 0,
|
| 40 |
+
"class": "mid truck",
|
| 41 |
+
"bbox": [
|
| 42 |
+
846.0,
|
| 43 |
+
323.0,
|
| 44 |
+
993.0,
|
| 45 |
+
468.0
|
| 46 |
+
],
|
| 47 |
+
"score": 0.9252710342407227,
|
| 48 |
+
"track_id": "sam3-5-0-0"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"frame_idx": 0,
|
| 52 |
+
"class": "small bus",
|
| 53 |
+
"bbox": [
|
| 54 |
+
70.0,
|
| 55 |
+
292.0,
|
| 56 |
+
825.0,
|
| 57 |
+
788.0
|
| 58 |
+
],
|
| 59 |
+
"score": 0.9429893493652344,
|
| 60 |
+
"track_id": "sam3-6-0-0"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"frame_idx": 0,
|
| 64 |
+
"class": "small truck",
|
| 65 |
+
"bbox": [
|
| 66 |
+
846.0,
|
| 67 |
+
323.0,
|
| 68 |
+
993.0,
|
| 69 |
+
468.0
|
| 70 |
+
],
|
| 71 |
+
"score": 0.9244774580001831,
|
| 72 |
+
"track_id": "sam3-7-0-0"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"frame_idx": 0,
|
| 76 |
+
"class": "truck-m-",
|
| 77 |
+
"bbox": [
|
| 78 |
+
846.0,
|
| 79 |
+
323.0,
|
| 80 |
+
993.0,
|
| 81 |
+
468.0
|
| 82 |
+
],
|
| 83 |
+
"score": 0.6453149914741516,
|
| 84 |
+
"track_id": "sam3-9-0-0"
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"frame_idx": 0,
|
| 88 |
+
"class": "truck-s-",
|
| 89 |
+
"bbox": [
|
| 90 |
+
846.0,
|
| 91 |
+
323.0,
|
| 92 |
+
993.0,
|
| 93 |
+
468.0
|
| 94 |
+
],
|
| 95 |
+
"score": 0.8480125069618225,
|
| 96 |
+
"track_id": "sam3-10-0-0"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"frame_idx": 0,
|
| 100 |
+
"class": "truck-xl-",
|
| 101 |
+
"bbox": [
|
| 102 |
+
846.0,
|
| 103 |
+
323.0,
|
| 104 |
+
992.0,
|
| 105 |
+
468.0
|
| 106 |
+
],
|
| 107 |
+
"score": 0.8142678141593933,
|
| 108 |
+
"track_id": "sam3-11-0-0"
|
| 109 |
+
}
|
| 110 |
+
]
|
benchmark/labels/2.png
ADDED
|
benchmark/predicted/1.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
[
|
| 3 |
+
{
|
| 4 |
+
"x": 917.5,
|
| 5 |
+
"y": 641.0,
|
| 6 |
+
"width": 213.0,
|
| 7 |
+
"height": 218.0,
|
| 8 |
+
"confidence": 0.9169877171516418,
|
| 9 |
+
"class_id": 4,
|
| 10 |
+
"class": "car"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"x": 704.5,
|
| 14 |
+
"y": 846.5,
|
| 15 |
+
"width": 401.0,
|
| 16 |
+
"height": 299.0,
|
| 17 |
+
"confidence": 0.9148393273353577,
|
| 18 |
+
"class_id": 4,
|
| 19 |
+
"class": "car"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
]
|
benchmark/predicted/1.png
ADDED
|
benchmark/predicted/2.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
[
|
| 3 |
+
{
|
| 4 |
+
"x": 454.0,
|
| 5 |
+
"y": 538.5,
|
| 6 |
+
"width": 756.0,
|
| 7 |
+
"height": 497.0,
|
| 8 |
+
"confidence": 0.7624204158782959,
|
| 9 |
+
"class_id": 0,
|
| 10 |
+
"class": "big bus"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"x": 456.0,
|
| 14 |
+
"y": 540.5,
|
| 15 |
+
"width": 766.0,
|
| 16 |
+
"height": 485.0,
|
| 17 |
+
"confidence": 0.4237770438194275,
|
| 18 |
+
"class_id": 6,
|
| 19 |
+
"class": "small bus"
|
| 20 |
+
}
|
| 21 |
+
]
|
| 22 |
+
]
|
benchmark/predicted/2.png
ADDED
|
benchmark/results/2026-02-16T18-10-56.519836Z.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checks": {
|
| 3 |
+
"main_py": "pass",
|
| 4 |
+
"pyproject_toml": "pass",
|
| 5 |
+
"load_model": "pass",
|
| 6 |
+
"run_model": "pass",
|
| 7 |
+
"objects": "pass"
|
| 8 |
+
},
|
| 9 |
+
"results": {
|
| 10 |
+
"iou": 0.9656122849221355,
|
| 11 |
+
"gt_count": 14,
|
| 12 |
+
"pred_count": 4,
|
| 13 |
+
"generated_image": true,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2
|
| 17 |
+
],
|
| 18 |
+
"per_class_iou": {
|
| 19 |
+
"big bus": 0.4885336151395283,
|
| 20 |
+
"small bus": 0.47829622052613635,
|
| 21 |
+
"bus-s-": 0.0,
|
| 22 |
+
"car": 0.9746321287919982,
|
| 23 |
+
"truck-xl-": 0.0,
|
| 24 |
+
"big truck": 0.0,
|
| 25 |
+
"small truck": 0.0,
|
| 26 |
+
"mid truck": 0.0,
|
| 27 |
+
"truck-m-": 0.0,
|
| 28 |
+
"truck-s-": 0.0,
|
| 29 |
+
"bus-l-": 0.0,
|
| 30 |
+
"truck-l-": 0.0
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
}
|