MTerryJack commited on
Commit
dbbf8a1
·
verified ·
1 Parent(s): 05649ef

benchmark: bench_2026-02-06T16-51-52.713883Z

Browse files
README.md CHANGED
@@ -27,9 +27,9 @@ manako:
27
  - name: detections
28
  type: detections
29
  description: List of detections
30
- evaluation_score: 0.46293930747990597
31
  last_benchmark:
32
- type: sam3dataset-v1
33
- ran_at: '2026-02-06T16:51:50.439208Z'
34
- result_path: benchmark/sam3dataset/results/2026-02-06T16-51-50.438508Z.json
35
  ---
 
27
  - name: detections
28
  type: detections
29
  description: List of detections
30
+ evaluation_score: 0.8276051732972963
31
  last_benchmark:
32
+ type: detect-iou-v1
33
+ ran_at: '2026-02-06T16:51:56.589591Z'
34
+ result_path: benchmark/results/2026-02-06T16-51-56.589604Z.json
35
  ---
benchmark/results/2026-02-06T16-51-56.589604Z.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.8276051732972963,
11
+ "gt_count": 355,
12
+ "pred_count": 18,
13
+ "generated_image": false,
14
+ "images": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ],
20
+ "per_class_iou": {
21
+ "car": 0.0,
22
+ "face_mask": 0.0,
23
+ "26": 0.0,
24
+ "18": 0.0,
25
+ "23": 0.0,
26
+ "motorcycle": 0.0,
27
+ "cars": 0.0,
28
+ "truck": 0.0,
29
+ "photo": 0.0,
30
+ "smartphone": 0.0,
31
+ "25": 0.0,
32
+ "foto_ktp": 0.0,
33
+ "identitas": 0.0
34
+ }
35
+ }
36
+ }