Instructions to use Hasano20/SegFormer_mit-b5_Clean-Set3-Grayscale_Augmented_Soft 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-Grayscale_Augmented_Soft with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Hasano20/SegFormer_mit-b5_Clean-Set3-Grayscale_Augmented_Soft") model = SegformerForSemanticSegmentation.from_pretrained("Hasano20/SegFormer_mit-b5_Clean-Set3-Grayscale_Augmented_Soft") - Notebooks
- Google Colab
- Kaggle