ClementP's picture
Upload README.md with huggingface_hub
706c7cd verified
|
raw
history blame
No virus
1.52 kB
metadata
language: en
license: mit
tags:
  - fundus
  - diabetic retinopathy
  - classification
datasets:
  - APTOS
  - EYEPACS
  - IDRID
  - DDR
library: timm
model-index:
  - name: inception_v3.gluon_in1k
    results:
      - task:
          type: image-classification
        dataset:
          name: EYEPACS
          type: EYEPACS
        metrics:
          - type: kappa
            value: 0.7578926682472229
            name: Quadratic Kappa
      - task:
          type: image-classification
        dataset:
          name: IDRID
          type: IDRID
        metrics:
          - type: kappa
            value: 0.7172818183898926
            name: Quadratic Kappa
      - task:
          type: image-classification
        dataset:
          name: DDR
          type: DDR
        metrics:
          - type: kappa
            value: 0.7422504425048828
            name: Quadratic Kappa

Fundus DR Grading

Rye PyTorch Lightning

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.