Instructions to use Domeandreimno/yolov8-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Domeandreimno/yolov8-segmentation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Domeandreimno/yolov8-segmentation")# Load model directly from transformers import YOLOv8 model = YOLOv8.from_pretrained("Domeandreimno/yolov8-segmentation", dtype="auto") - Notebooks
- Google Colab
- Kaggle