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