Instructions to use chugz/segformer-b0-practice-7-11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chugz/segformer-b0-practice-7-11 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="chugz/segformer-b0-practice-7-11")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("chugz/segformer-b0-practice-7-11") model = SegformerForSemanticSegmentation.from_pretrained("chugz/segformer-b0-practice-7-11") - Notebooks
- Google Colab
- Kaggle
Ctrl+K