MTerryJack commited on
Commit
91812f0
·
verified ·
1 Parent(s): 3e68869

benchmark: bench_2026-02-06T16-07-26.110433Z

Browse files
README.md CHANGED
@@ -22,6 +22,6 @@ manako:
22
  evaluation_score: 0.913589528865207
23
  last_benchmark:
24
  type: detect-iou-v1
25
- ran_at: '2026-02-03T13:40:42.786470Z'
26
- result_path: benchmark/results/2026-02-03T13-40-42.786491Z.json
27
  ---
 
22
  evaluation_score: 0.913589528865207
23
  last_benchmark:
24
  type: detect-iou-v1
25
+ ran_at: '2026-02-06T16:07:30.283375Z'
26
+ result_path: benchmark/results/2026-02-06T16-07-30.283388Z.json
27
  ---
benchmark/results/2026-02-06T16-07-30.283388Z.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.913589528865207,
11
+ "gt_count": 10,
12
+ "pred_count": 3,
13
+ "generated_image": false,
14
+ "images": [
15
+ 1,
16
+ 2
17
+ ],
18
+ "per_class_iou": {
19
+ "Forklift": 0.913589528865207,
20
+ "Person": 0.0
21
+ }
22
+ }
23
+ }