MTerryJack commited on
Commit
5e0bb6b
·
verified ·
1 Parent(s): ee7d4c7

benchmark: bench_2026-02-06T16-53-50.273823Z

Browse files
README.md CHANGED
@@ -40,9 +40,9 @@ manako:
40
  - name: detections
41
  type: detections
42
  description: List of detections
43
- evaluation_score: 0.40845817464489526
44
  last_benchmark:
45
- type: sam3dataset-v1
46
- ran_at: '2026-02-06T16:53:45.586835Z'
47
- result_path: benchmark/sam3dataset/results/2026-02-06T16-53-45.583070Z.json
48
  ---
 
40
  - name: detections
41
  type: detections
42
  description: List of detections
43
+ evaluation_score: 0.7449190139850637
44
  last_benchmark:
45
+ type: detect-iou-v1
46
+ ran_at: '2026-02-06T16:53:54.279590Z'
47
+ result_path: benchmark/results/2026-02-06T16-53-54.279598Z.json
48
  ---
benchmark/results/2026-02-06T16-53-54.279598Z.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.7449190139850637,
11
+ "gt_count": 229,
12
+ "pred_count": 33,
13
+ "generated_image": false,
14
+ "images": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ],
20
+ "per_class_iou": {
21
+ "wood pallet": 0.44211770280462726,
22
+ "traffic light": 0.8023420462296122,
23
+ "traffic cone": 0.6755703307950929,
24
+ "cardboard box": 0.0,
25
+ "car": 0.6186241467100148,
26
+ "helmet": 0.0,
27
+ "ladder": 0.0,
28
+ "fire": 0.7538031412522076,
29
+ "license plate": 0.0,
30
+ "road sign": 0.0,
31
+ "safety vest": 0.0,
32
+ "freight container": 0.23503260427150088,
33
+ "van": 0.42337158246858975,
34
+ "barcode": 0.0,
35
+ "smoke": 0.0,
36
+ "truck": 0.0,
37
+ "forklift": 0.8387593230945709,
38
+ "person": 0.6317998655519863,
39
+ "gloves": 0.0,
40
+ "qr code": 0.6099972944131259
41
+ }
42
+ }
43
+ }