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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot