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
|
@@ -44,11 +44,9 @@ However, to achieve optimal performance, it is highly recommended to fine-tune t
|
|
| 44 |
|
| 45 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 46 |
|
| 47 |
-
The model
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
In summary, this model expects fundus images as input for glaucoma classification.
|
| 51 |
-
For the best performance, please adhere strictly to this input specification.
|
| 52 |
|
| 53 |
## How to Get Started with the Model
|
| 54 |
|
|
|
|
| 44 |
|
| 45 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 46 |
|
| 47 |
+
The model has undergone specialized training and fine-tuning exclusively using retinal fundus images,
|
| 48 |
+
with the objective to perform semantic segmentation of anatomical structures including the optic disc and optic cup.
|
| 49 |
+
Therefore, in order to derive optimal segmentation performance, it is imperative to ensure that only fundus images are entered as inputs to this model.
|
|
|
|
|
|
|
| 50 |
|
| 51 |
## How to Get Started with the Model
|
| 52 |
|