Instructions to use facebook/mask2former-swin-small-coco-instance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mask2former-swin-small-coco-instance with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="facebook/mask2former-swin-small-coco-instance")# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("facebook/mask2former-swin-small-coco-instance") model = Mask2FormerForUniversalSegmentation.from_pretrained("facebook/mask2former-swin-small-coco-instance") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4c24c249765d72eb276feb0d4e53259d4cf0af0c8f422d7c043ea8058c2227e7
- Size of remote file:
- 276 MB
- SHA256:
- 8585f734ad501cae71afff4515b0a43acae8362fcc5de184873caf19b4a438d9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.