Instructions to use pamixsun/segformer_for_optic_disc_cup_segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pamixsun/segformer_for_optic_disc_cup_segmentation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="pamixsun/segformer_for_optic_disc_cup_segmentation")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("pamixsun/segformer_for_optic_disc_cup_segmentation") model = SegformerForSemanticSegmentation.from_pretrained("pamixsun/segformer_for_optic_disc_cup_segmentation") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,10 +15,10 @@ widget:
|
|
| 15 |
|
| 16 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
|
| 18 |
-
This model
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
## Model Details
|
| 24 |
|
|
@@ -35,7 +35,7 @@ To obtain optimal predictions, it is recommended to provide this model with stan
|
|
| 35 |
|
| 36 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 37 |
|
| 38 |
-
his pretrained model enables semantic segmentation of key anatomical structures
|
| 39 |
It takes fundus images as input and outputs the segmentation results.
|
| 40 |
|
| 41 |
## Bias, Risks, and Limitations
|
|
|
|
| 15 |
|
| 16 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
|
| 18 |
+
This SegFormer model has undergone specialized fine-tuning on the [REFUGE challenge dataset](https://refuge.grand-challenge.org/),
|
| 19 |
+
a public benchmark for semantic segmentation of anatomical structures in retinal fundus images.
|
| 20 |
+
The fine-tuning enables expert-level segmentation of the optic disc and optic cup, two critical structures for ophthalmological diagnosis.
|
| 21 |
+
|
| 22 |
|
| 23 |
## Model Details
|
| 24 |
|
|
|
|
| 35 |
|
| 36 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 37 |
|
| 38 |
+
his pretrained model enables semantic segmentation of key anatomical structures, namely, the optic disc and optic cup, in retinal fundus images.
|
| 39 |
It takes fundus images as input and outputs the segmentation results.
|
| 40 |
|
| 41 |
## Bias, Risks, and Limitations
|