benchmark: bench_2026-02-06T16-52-39.014879Z
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ manako:
|
|
| 17 |
- name: detections
|
| 18 |
type: detections
|
| 19 |
description: List of detections
|
| 20 |
-
evaluation_score: 0.
|
| 21 |
last_benchmark:
|
| 22 |
-
type:
|
| 23 |
-
ran_at: '2026-02-06T16:52:
|
| 24 |
-
result_path: benchmark/
|
| 25 |
---
|
|
|
|
| 17 |
- name: detections
|
| 18 |
type: detections
|
| 19 |
description: List of detections
|
| 20 |
+
evaluation_score: 0.7811368426015943
|
| 21 |
last_benchmark:
|
| 22 |
+
type: detect-iou-v1
|
| 23 |
+
ran_at: '2026-02-06T16:52:43.386422Z'
|
| 24 |
+
result_path: benchmark/results/2026-02-06T16-52-43.386437Z.json
|
| 25 |
---
|
benchmark/results/2026-02-06T16-52-43.386437Z.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.7811368426015943,
|
| 11 |
+
"gt_count": 16,
|
| 12 |
+
"pred_count": 8,
|
| 13 |
+
"generated_image": false,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
],
|
| 20 |
+
"per_class_iou": {
|
| 21 |
+
"QR_CODE": 0.5881832078856382,
|
| 22 |
+
"qr_code": 0.6435257995432693,
|
| 23 |
+
"qrcode": 0.0
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|