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