An open API service indexing awesome lists of open source software.

https://github.com/sahasourav17/diabetic-retinopathy-analysis-and-detection


https://github.com/sahasourav17/diabetic-retinopathy-analysis-and-detection

deep-learning diabetic-retinopathy-prediction image-processing opencv

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# APTOS: Diabetic Retinopathy Analysis & Detection

`Train your model later, first understand the data`

## [Dataset](https://www.kaggle.com/competitions/aptos2019-blindness-detection/data)

## Model Evaluation:

### Actual Class distribution:

| Class | Count |
| :---: | :---: |
| 0 | 1805 |
| 1 | 370 |
| 2 | 999 |
| 3 | 193 |
| 4 | 294 |

### ResNet152 Predictions:

| Class | Count |
| :---: | :---: |
| 0 | 1790 |
| 1 | 218 |
| 2 | 1175 |
| 3 | 401 |
| 4 | 77 |