Instructions to use XYZ9843/GOOSE-M2F with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XYZ9843/GOOSE-M2F with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="XYZ9843/GOOSE-M2F")# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("XYZ9843/GOOSE-M2F") model = Mask2FormerForUniversalSegmentation.from_pretrained("XYZ9843/GOOSE-M2F") - Notebooks
- Google Colab
- Kaggle
Add metadata and update citation
#3
by nielsr HF Staff - opened