benchmark: bench_2026-02-03T13-38-51.086931Z
Browse files- README.md +10 -7
- benchmark/results/2026-02-03T13-38-55.225706Z.json +24 -0
README.md
CHANGED
|
@@ -5,17 +5,20 @@ tags:
|
|
| 5 |
- object:ball
|
| 6 |
- object:human
|
| 7 |
- object:rim
|
| 8 |
-
|
| 9 |
manako:
|
| 10 |
description: Roboflow Basketball Detector
|
| 11 |
source: https://universe.roboflow.com/cricket-qnb5l/basketball-xil7x
|
| 12 |
input_payload:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
output_payload:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
evaluation_score: 0.8885948602070706
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
| 5 |
- object:ball
|
| 6 |
- object:human
|
| 7 |
- object:rim
|
|
|
|
| 8 |
manako:
|
| 9 |
description: Roboflow Basketball Detector
|
| 10 |
source: https://universe.roboflow.com/cricket-qnb5l/basketball-xil7x
|
| 11 |
input_payload:
|
| 12 |
+
- name: frame
|
| 13 |
+
type: image
|
| 14 |
+
description: RGB frame
|
| 15 |
output_payload:
|
| 16 |
+
- name: detections
|
| 17 |
+
type: detections
|
| 18 |
+
description: List of detections
|
| 19 |
evaluation_score: 0.8885948602070706
|
| 20 |
+
last_benchmark:
|
| 21 |
+
type: detect-iou-v1
|
| 22 |
+
ran_at: '2026-02-03T13:38:55.225686Z'
|
| 23 |
+
result_path: benchmark/results/2026-02-03T13-38-55.225706Z.json
|
| 24 |
---
|
benchmark/results/2026-02-03T13-38-55.225706Z.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.8885948602070706,
|
| 11 |
+
"gt_count": 16,
|
| 12 |
+
"pred_count": 17,
|
| 13 |
+
"generated_image": false,
|
| 14 |
+
"images": [
|
| 15 |
+
1,
|
| 16 |
+
2
|
| 17 |
+
],
|
| 18 |
+
"per_class_iou": {
|
| 19 |
+
"ball": 0.9624215380464729,
|
| 20 |
+
"human": 0.8914088258355095,
|
| 21 |
+
"rim": 0.5912687807795804
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
}
|