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