Instructions to use lucasaltmann/070330731806 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use lucasaltmann/070330731806 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("lucasaltmann/070330731806") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
add model card
Browse files
README.md
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
|
| 2 |
---
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
-
- yolov8
|
| 6 |
-
- ultralytics
|
| 7 |
-
- yolo
|
| 8 |
-
- vision
|
| 9 |
-
- object-detection
|
| 10 |
-
- pytorch
|
| 11 |
|
| 12 |
library_name: ultralytics
|
| 13 |
library_version: 8.0.239
|
|
|
|
| 1 |
|
| 2 |
---
|
| 3 |
tags:
|
| 4 |
+
- modelos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
library_name: ultralytics
|
| 7 |
library_version: 8.0.239
|