benchmark: bench_2026-02-06T16-49-35.468377Z
Browse files
README.md
CHANGED
|
@@ -18,9 +18,9 @@ manako:
|
|
| 18 |
- name: detections
|
| 19 |
type: detections
|
| 20 |
description: List of detections
|
| 21 |
-
evaluation_score: 0.
|
| 22 |
last_benchmark:
|
| 23 |
-
type:
|
| 24 |
-
ran_at: '2026-02-06T16:49:
|
| 25 |
-
result_path: benchmark/
|
| 26 |
---
|
|
|
|
| 18 |
- name: detections
|
| 19 |
type: detections
|
| 20 |
description: List of detections
|
| 21 |
+
evaluation_score: 0.9185990867288931
|
| 22 |
last_benchmark:
|
| 23 |
+
type: detect-iou-v1
|
| 24 |
+
ran_at: '2026-02-06T16:49:39.538853Z'
|
| 25 |
+
result_path: benchmark/results/2026-02-06T16-49-39.538868Z.json
|
| 26 |
---
|
benchmark/results/2026-02-06T16-49-39.538868Z.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 |
+
"human": 0.8804975704555353,
|
| 22 |
+
"ball": 0.9555124256485943,
|
| 23 |
+
"rim": 0.2956343903897902
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|