Instructions to use coralexbadea/Segformer_OCT_Retina with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coralexbadea/Segformer_OCT_Retina with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("coralexbadea/Segformer_OCT_Retina") model = SegformerForSemanticSegmentation.from_pretrained("coralexbadea/Segformer_OCT_Retina") - Notebooks
- Google Colab
- Kaggle
SegFormer model fine-tuned on AROI
SegFormer model fine-tuned on AROI dataset AROI: Annotated Retinal OCT Images Database.
Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team.
Model description
SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a downstream dataset.
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support