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