Instructions to use UTEL-UIUC/ft-nir-mask2former-swin-small-ade-semantic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UTEL-UIUC/ft-nir-mask2former-swin-small-ade-semantic with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("UTEL-UIUC/ft-nir-mask2former-swin-small-ade-semantic") model = Mask2FormerForUniversalSegmentation.from_pretrained("UTEL-UIUC/ft-nir-mask2former-swin-small-ade-semantic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K