File size: 819 Bytes
28638a7 415931a 28638a7 415931a 28638a7 a7f266a 0bd4bcf a7f266a 0bd4bcf 1514d57 3e7058a 0bd4bcf a75c396 a7f266a 0bd4bcf a7f266a 1514d57 28638a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
tags:
- element_type:detect
- model:yolov8
- object:auto
- object:bus
- object:car
- object:lcv
- object:motorcycle
- object:multiaxle
- object:tractor
- object:truck
manako:
description: Huggingface - An detect element for vehicles using YOLOv8
source:
input_payload:
- name: frame
type: image
description: RGB frame
output_payload:
- name: detections
type: detections
description: List of detections
evaluation_score: 0.46371231183488976
---
# Vehicle Detect Element
An detect element for vehicles using YOLOv8
## Run
```bash
cd examples/vehicle-detect
cat example.jpg | uv run python main.py
```
or
```bash
uv run python -c "from main import load_model; print(load_model())"
```
## Example Input

## Example Output

|