Instructions to use abdulsalama/SolarVision-Mask2Former-Swin-Large-ADE-2023060610 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulsalama/SolarVision-Mask2Former-Swin-Large-ADE-2023060610 with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("abdulsalama/SolarVision-Mask2Former-Swin-Large-ADE-2023060610") model = Mask2FormerForUniversalSegmentation.from_pretrained("abdulsalama/SolarVision-Mask2Former-Swin-Large-ADE-2023060610") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 8 months ago
by
SFconvertbot