Instructions to use abdulsalama/SolarVision-Mask2Former-Swin-Large-DS-2023061219 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulsalama/SolarVision-Mask2Former-Swin-Large-DS-2023061219 with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("abdulsalama/SolarVision-Mask2Former-Swin-Large-DS-2023061219") model = Mask2FormerForUniversalSegmentation.from_pretrained("abdulsalama/SolarVision-Mask2Former-Swin-Large-DS-2023061219") - Notebooks
- Google Colab
- Kaggle
Ctrl+K