Instructions to use ultralyticsplus/yolov8s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use ultralyticsplus/yolov8s with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("ultralyticsplus/yolov8s") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload yolov8s.pt
Browse files- yolov8s.pt +3 -0
yolov8s.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7735eefb600bedba2ca473d6c0d0e6df947b6973417ebcb7622bf34e62b635d5
|
| 3 |
+
size 22586675
|