Transformers
PyTorch
Safetensors
English
fundus
diabetic retinopathy
classification
Eval Results (legacy)
Instructions to use ClementP/FundusDRGrading-vit_base_patch14_dinov2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ClementP/FundusDRGrading-vit_base_patch14_dinov2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ClementP/FundusDRGrading-vit_base_patch14_dinov2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| language: en | |
| license: mit | |
| tags: | |
| - fundus | |
| - diabetic retinopathy | |
| - classification | |
| datasets: | |
| - APTOS | |
| - EYEPACS | |
| - IDRID | |
| - DDR | |
| library: timm | |
| model-index: | |
| - name: vit_base_patch14_dinov2 | |
| results: | |
| - task: | |
| type: image-classification | |
| dataset: | |
| name: EYEPACS | |
| type: EYEPACS | |
| metrics: | |
| - type: kappa | |
| value: 0.7338405847549438 | |
| name: Quadratic Kappa | |
| - task: | |
| type: image-classification | |
| dataset: | |
| name: IDRID | |
| type: IDRID | |
| metrics: | |
| - type: kappa | |
| value: 0.8239316344261169 | |
| name: Quadratic Kappa | |
| - task: | |
| type: image-classification | |
| dataset: | |
| name: DDR | |
| type: DDR | |
| metrics: | |
| - type: kappa | |
| value: 0.7518133521080017 | |
| name: Quadratic Kappa | |
| # Fundus DR Grading | |
| [](https://rye-up.com) | |
| [](https://pytorch.org/docs/stable/index.html) | |
| [](https://lightning.ai/docs/pytorch/stable/) | |
| ## Description | |
| This project aims to evaluate the performance of different models for the classification of diabetic retinopathy (DR) in fundus images. The reported perfomance metrics are not always consistent in the literature. Our goal is to provide a fair comparison between different models using the same datasets and evaluation protocol. | |