MTerryJack commited on
Commit
34079a9
·
verified ·
1 Parent(s): 36a1f68

benchmark: bench_2026-01-28T12-18-51.408722Z

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  benchmark/images/1.png filter=lfs diff=lfs merge=lfs -text
37
  benchmark/labels/1.png filter=lfs diff=lfs merge=lfs -text
38
  benchmark/predicted/1.png filter=lfs diff=lfs merge=lfs -text
 
 
36
  benchmark/images/1.png filter=lfs diff=lfs merge=lfs -text
37
  benchmark/labels/1.png filter=lfs diff=lfs merge=lfs -text
38
  benchmark/predicted/1.png filter=lfs diff=lfs merge=lfs -text
39
+ benchmark/images/2.png filter=lfs diff=lfs merge=lfs -text
benchmark/images/2.png ADDED

Git LFS Details

  • SHA256: 77eb6d7da753f7a7e9a364b44b5c3dd7acd80ac6f03aca03a5929bff2381a12c
  • Pointer size: 132 Bytes
  • Size of remote file: 1 MB
benchmark/labels/2.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "frame_idx": 0,
4
+ "class": "bus",
5
+ "bbox": [
6
+ 442.0,
7
+ 305.0,
8
+ 1002.0,
9
+ 627.0
10
+ ],
11
+ "score": 0.8887889385223389,
12
+ "track_id": "sam3-1-0-0"
13
+ },
14
+ {
15
+ "frame_idx": 0,
16
+ "class": "bus",
17
+ "bbox": [
18
+ 49.0,
19
+ 270.0,
20
+ 429.0,
21
+ 664.0
22
+ ],
23
+ "score": 0.8887889385223389,
24
+ "track_id": "sam3-1-0-1"
25
+ },
26
+ {
27
+ "frame_idx": 0,
28
+ "class": "truck",
29
+ "bbox": [
30
+ 441.0,
31
+ 304.0,
32
+ 1002.0,
33
+ 627.0
34
+ ],
35
+ "score": 0.9004524946212769,
36
+ "track_id": "sam3-7-0-0"
37
+ },
38
+ {
39
+ "frame_idx": 0,
40
+ "class": "truck",
41
+ "bbox": [
42
+ 49.0,
43
+ 270.0,
44
+ 429.0,
45
+ 665.0
46
+ ],
47
+ "score": 0.9004524946212769,
48
+ "track_id": "sam3-7-0-1"
49
+ }
50
+ ]
benchmark/labels/2.png ADDED
benchmark/predicted/2.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "frame_idx": 0,
4
+ "class": "multiaxle",
5
+ "bbox": [
6
+ 10.108301162719727,
7
+ 0.0,
8
+ 560.2083129882812,
9
+ 656.33837890625
10
+ ],
11
+ "score": 0.40238434076309204,
12
+ "track_id": "f0-d0"
13
+ }
14
+ ]
benchmark/predicted/2.png ADDED
benchmark/results/2026-01-28T12-18-55.392669Z.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checks": {
3
+ "main_py": "pass",
4
+ "pyproject_toml": "pass",
5
+ "element_yaml": "pass",
6
+ "load_model": "pass",
7
+ "run_model": "pass",
8
+ "objects": "pass"
9
+ },
10
+ "results": {
11
+ "iou": 0.46371231183488976,
12
+ "gt_count": 9,
13
+ "pred_count": 2,
14
+ "generated_image": true,
15
+ "images": [
16
+ 1,
17
+ 2
18
+ ]
19
+ }
20
+ }
element.yaml CHANGED
@@ -11,5 +11,5 @@ objects:
11
  - truck
12
  benchmarks:
13
  type: detect-iou-v1
14
- ran_at: '2026-01-28T12:16:17.587501Z'
15
- latest_result: benchmark/results/2026-01-28T12-16-17.587530Z.json
 
11
  - truck
12
  benchmarks:
13
  type: detect-iou-v1
14
+ ran_at: '2026-01-28T12:18:55.392658Z'
15
+ latest_result: benchmark/results/2026-01-28T12-18-55.392669Z.json