Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,37 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- manako:element_type:detect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
manako:
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- manako:element_type:detect
|
| 4 |
+
- manako:model:yolov5
|
| 5 |
+
- manako:object:car
|
| 6 |
+
- manako:object:big bus
|
| 7 |
+
- manako:object:big truck
|
| 8 |
+
- manako:object:bus-l-
|
| 9 |
+
- manako:object:bus-s-
|
| 10 |
+
- manako:object:car
|
| 11 |
+
- manako:object:mid truck
|
| 12 |
+
- manako:object:small bus
|
| 13 |
+
- manako:object:small truck
|
| 14 |
+
- manako:object:truck-l-
|
| 15 |
+
- manako:object:truck-m-
|
| 16 |
+
- manako:object:truck-s-
|
| 17 |
+
- manako: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 |
+
{
|
| 24 |
+
"name": "frames",
|
| 25 |
+
"type": "FrameBatch",
|
| 26 |
+
"description": "Batched frames with clip metadata and source fps."
|
| 27 |
+
}
|
| 28 |
+
]
|
| 29 |
+
output_payload: [
|
| 30 |
+
{
|
| 31 |
+
"name": "detections",
|
| 32 |
+
"type": "Detections[]",
|
| 33 |
+
"description": "Detections per frame with bbox/polygon and score."
|
| 34 |
+
}
|
| 35 |
+
]
|
| 36 |
+
evaluation_score:
|
| 37 |
---
|