MTerryJack commited on
Commit
8498af4
·
verified ·
1 Parent(s): 822e8d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -4
README.md CHANGED
@@ -1,7 +1,31 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  manako:
3
- last_benchmark:
4
- type: sam3dataset-v1
5
- ran_at: '2026-02-05T14:00:44.796539Z'
6
- result_path: benchmark/sam3dataset/results/2026-02-05T14-00-44.796172Z.json
 
 
 
 
 
 
 
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
+
19
  manako:
20
+ description: Roboflow Vehicle Detector
21
+ source: https://universe.roboflow.com/roboflow-100/vehicles-q0x2v
22
+ input_payload:
23
+ - name: frames
24
+ type: FrameBatch
25
+ description: Batched frames with clip metadata and source fps.
26
+ output_payload:
27
+ - name: detections
28
+ type: Detections[]
29
+ description: Detections per frame with bbox/polygon and score.
30
+ evaluation_score: 0.0
31
  ---