Instructions to use Aleton/Zebra_crossing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Aleton/Zebra_crossing with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("Aleton/Zebra_crossing") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
# 🦓 YOLOv8 — Сегментация пешеходных переходов
|
| 6 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: ultralytics
|
| 4 |
+
tags:
|
| 5 |
+
- image-segmentation
|
| 6 |
+
- yolo
|
| 7 |
+
- yolov8
|
| 8 |
+
- computer-vision
|
| 9 |
---
|
| 10 |
# 🦓 YOLOv8 — Сегментация пешеходных переходов
|
| 11 |
|