Instructions to use facebook/mask2former-swin-tiny-coco-instance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mask2former-swin-tiny-coco-instance with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="facebook/mask2former-swin-tiny-coco-instance")# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("facebook/mask2former-swin-tiny-coco-instance") model = Mask2FormerForUniversalSegmentation.from_pretrained("facebook/mask2former-swin-tiny-coco-instance") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Upload Mask2FormerForUniversalSegmentation 9de91d7
Upload processor b1f2817
Update README.md afc8658
Update preprocessor_config.json 74c8892
Update README.md 851956a
Create README.md 4fb1cbd
Upload Mask2FormerForUniversalSegmentation e3b476f
Upload processor 7def072
Upload Mask2FormerForUniversalSegmentation 3c616e8
Upload processor 0cb06eb
initial commit 8c907bf
Alara Dirik commited on