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