Instructions to use 594zyc/m2f-coco-original with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 594zyc/m2f-coco-original with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("594zyc/m2f-coco-original") model = Mask2FormerForUniversalSegmentation.from_pretrained("594zyc/m2f-coco-original") - Notebooks
- Google Colab
- Kaggle