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