benchmark: bench_2026-02-06T16-17-42.396887Z
Browse files
README.md
CHANGED
|
@@ -26,6 +26,6 @@ manako:
|
|
| 26 |
evaluation_score: 0.578699100862624
|
| 27 |
last_benchmark:
|
| 28 |
type: detect-iou-v1
|
| 29 |
-
ran_at: '2026-02-
|
| 30 |
-
result_path: benchmark/results/2026-02-
|
| 31 |
---
|
|
|
|
| 26 |
evaluation_score: 0.578699100862624
|
| 27 |
last_benchmark:
|
| 28 |
type: detect-iou-v1
|
| 29 |
+
ran_at: '2026-02-06T16:17:47.535643Z'
|
| 30 |
+
result_path: benchmark/results/2026-02-06T16-17-47.535654Z.json
|
| 31 |
---
|
benchmark/results/2026-02-06T16-17-47.535654Z.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.578699100862624,
|
| 11 |
+
"gt_count": 52,
|
| 12 |
+
"pred_count": 28,
|
| 13 |
+
"generated_image": false,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
],
|
| 20 |
+
"per_class_iou": {
|
| 21 |
+
"car": 0.7016344488160818,
|
| 22 |
+
"motorcycle": 0.3124685469802862,
|
| 23 |
+
"bus": 0.9084458663006079,
|
| 24 |
+
"truck": 0.2448881325523719,
|
| 25 |
+
"bicycle": 0.46155461959029687
|
| 26 |
+
}
|
| 27 |
+
}
|
| 28 |
+
}
|