MTerryJack commited on
Commit
495a59e
·
verified ·
1 Parent(s): befe86a

benchmark: sam3_2026-02-05T13-45-23.308713Z

Browse files
README.md CHANGED
@@ -1,34 +1,7 @@
1
  ---
2
- tags:
3
- - element_type:detect
4
- - model:yolov5
5
- - object:car
6
- - object:big bus
7
- - object:big truck
8
- - object:bus-l-
9
- - object:bus-s-
10
- - object:car
11
- - object:mid truck
12
- - object:small bus
13
- - object:small truck
14
- - object:truck-l-
15
- - object:truck-m-
16
- - object:truck-s-
17
- - object:truck-xl-
18
  manako:
19
- description: Roboflow Vehicle Detector
20
- source: https://universe.roboflow.com/roboflow-100/vehicles-q0x2v
21
- input_payload:
22
- - name: frames
23
- type: FrameBatch
24
- description: Batched frames with clip metadata and source fps.
25
- output_payload:
26
- - name: detections
27
- type: Detections[]
28
- description: Detections per frame with bbox/polygon and score.
29
- evaluation_score: 0.0
30
  last_benchmark:
31
  type: sam3dataset-v1
32
- ran_at: '2026-02-04T14:18:08.747209Z'
33
- result_path: benchmark/sam3dataset/results/2026-02-04T14-18-08.746517Z.json
34
  ---
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  manako:
 
 
 
 
 
 
 
 
 
 
 
3
  last_benchmark:
4
  type: sam3dataset-v1
5
+ ran_at: '2026-02-05T13:45:36.994672Z'
6
+ result_path: benchmark/sam3dataset/results/2026-02-05T13-45-36.994094Z.json
7
  ---
benchmark/sam3dataset/results/2026-02-05T13-45-36.994094Z.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checks": {
3
+ "main_py": "fail",
4
+ "pyproject_toml": "fail",
5
+ "load_model": "fail",
6
+ "run_model": "fail",
7
+ "objects": "pass"
8
+ },
9
+ "results": {
10
+ "overall_iou": 0.0,
11
+ "per_class_iou": {
12
+ "car": 0.0,
13
+ "the big board": 0.0,
14
+ "a truck": 0.0,
15
+ "the transport vehicle": 0.0,
16
+ "a transport vehicle": 0.0
17
+ },
18
+ "matched_images": 8,
19
+ "gt_count": 0,
20
+ "pred_count": 0,
21
+ "classes": [
22
+ "car",
23
+ "the big board",
24
+ "a truck",
25
+ "the transport vehicle",
26
+ "the transport vehicle",
27
+ "car",
28
+ "a truck",
29
+ "a transport vehicle",
30
+ "a truck",
31
+ "a truck",
32
+ "a truck",
33
+ "a truck",
34
+ "a truck"
35
+ ]
36
+ },
37
+ "selected": []
38
+ }