MTerryJack commited on
Commit
c1fdd59
·
verified ·
1 Parent(s): 98067af

benchmark: bench_2026-02-06T16-33-56.694717Z

Browse files
.gitattributes CHANGED
@@ -37,3 +37,5 @@ benchmark/images/1.png filter=lfs diff=lfs merge=lfs -text
37
  benchmark/images/2.png filter=lfs diff=lfs merge=lfs -text
38
  benchmark/labels/2.png filter=lfs diff=lfs merge=lfs -text
39
  benchmark/predicted/2.png filter=lfs diff=lfs merge=lfs -text
 
 
 
37
  benchmark/images/2.png filter=lfs diff=lfs merge=lfs -text
38
  benchmark/labels/2.png filter=lfs diff=lfs merge=lfs -text
39
  benchmark/predicted/2.png filter=lfs diff=lfs merge=lfs -text
40
+ benchmark/images/3.png filter=lfs diff=lfs merge=lfs -text
41
+ benchmark/images/4.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -20,9 +20,9 @@ manako:
20
  - name: detections
21
  type: detections
22
  description: List of detections
23
- evaluation_score: 0.0
24
  last_benchmark:
25
  type: detect-iou-v1
26
- ran_at: '2026-02-03T13:34:38.208227Z'
27
- result_path: benchmark/results/2026-02-03T13-34-38.208252Z.json
28
  ---
 
20
  - name: detections
21
  type: detections
22
  description: List of detections
23
+ evaluation_score: 0.022861404294188325
24
  last_benchmark:
25
  type: detect-iou-v1
26
+ ran_at: '2026-02-06T16:34:00.236459Z'
27
+ result_path: benchmark/results/2026-02-06T16-34-00.236484Z.json
28
  ---
benchmark/images/3.png ADDED

Git LFS Details

  • SHA256: a23049aae32cb3221f5c80b8ce6ff23acbb06521e5c8307a9a3dd043e28e3f38
  • Pointer size: 131 Bytes
  • Size of remote file: 744 kB
benchmark/images/4.png ADDED

Git LFS Details

  • SHA256: 693b3a78cdec4cb8b80180cc4e8caf84ac243dde83dcc275997c000509be6f88
  • Pointer size: 131 Bytes
  • Size of remote file: 660 kB
benchmark/labels/3.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "frame_idx": 0,
4
+ "class": "player",
5
+ "bbox": [
6
+ 227.0,
7
+ 270.0,
8
+ 828.0,
9
+ 955.0
10
+ ],
11
+ "score": 0.9465267658233643,
12
+ "track_id": "sam3-0-0-0"
13
+ }
14
+ ]
benchmark/labels/3.png ADDED
benchmark/labels/4.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "frame_idx": 0,
4
+ "class": "player",
5
+ "bbox": [
6
+ 586.0,
7
+ 107.0,
8
+ 942.0,
9
+ 1005.0
10
+ ],
11
+ "score": 0.9577430486679077,
12
+ "track_id": "sam3-0-0-0"
13
+ },
14
+ {
15
+ "frame_idx": 0,
16
+ "class": "player",
17
+ "bbox": [
18
+ 41.0,
19
+ 110.0,
20
+ 411.0,
21
+ 995.0
22
+ ],
23
+ "score": 0.9577430486679077,
24
+ "track_id": "sam3-0-0-1"
25
+ }
26
+ ]
benchmark/labels/4.png ADDED
benchmark/predicted/3.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ [
3
+ {
4
+ "x": 496.0,
5
+ "y": 916.0,
6
+ "width": 98.0,
7
+ "height": 98.0,
8
+ "confidence": 0.5607063174247742,
9
+ "class_id": 0,
10
+ "class": "player"
11
+ }
12
+ ]
13
+ ]
benchmark/predicted/3.png ADDED
benchmark/predicted/4.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ [
3
+ {
4
+ "x": 943.5,
5
+ "y": 393.0,
6
+ "width": 159.0,
7
+ "height": 312.0,
8
+ "confidence": 0.41724318265914917,
9
+ "class_id": 0,
10
+ "class": "player"
11
+ }
12
+ ]
13
+ ]
benchmark/predicted/4.png ADDED
benchmark/results/2026-02-06T16-34-00.236484Z.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.022861404294188325,
11
+ "gt_count": 3,
12
+ "pred_count": 3,
13
+ "generated_image": true,
14
+ "images": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ],
20
+ "per_class_iou": {
21
+ "refree": 0.0,
22
+ "player": 0.04572280858837665
23
+ }
24
+ }
25
+ }