Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,31 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
manako:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
---
|