benchmark: bench_2026-02-06T16-47-13.545012Z
Browse files
README.md
CHANGED
|
@@ -21,6 +21,6 @@ manako:
|
|
| 21 |
evaluation_score: 0.9185990867288931
|
| 22 |
last_benchmark:
|
| 23 |
type: detect-iou-v1
|
| 24 |
-
ran_at: '2026-02-06T16:
|
| 25 |
-
result_path: benchmark/results/2026-02-06T16-
|
| 26 |
---
|
|
|
|
| 21 |
evaluation_score: 0.9185990867288931
|
| 22 |
last_benchmark:
|
| 23 |
type: detect-iou-v1
|
| 24 |
+
ran_at: '2026-02-06T16:47:19.381223Z'
|
| 25 |
+
result_path: benchmark/results/2026-02-06T16-47-19.381231Z.json
|
| 26 |
---
|
benchmark/results/2026-02-06T16-47-19.381231Z.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.9185990867288931,
|
| 11 |
+
"gt_count": 26,
|
| 12 |
+
"pred_count": 26,
|
| 13 |
+
"generated_image": false,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
],
|
| 20 |
+
"per_class_iou": {
|
| 21 |
+
"ball": 0.9555124256485943,
|
| 22 |
+
"human": 0.8804975704555353,
|
| 23 |
+
"rim": 0.2956343903897902
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|