https://github.com/koriavinash1/diabetic-retinopathy
DRGrade classification code for ISBI 2018
https://github.com/koriavinash1/diabetic-retinopathy
deep-learning diabetic-retinopathy
Last synced: 8 months ago
JSON representation
DRGrade classification code for ISBI 2018
- Host: GitHub
- URL: https://github.com/koriavinash1/diabetic-retinopathy
- Owner: koriavinash1
- Created: 2018-02-09T01:39:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T17:48:05.000Z (over 7 years ago)
- Last Synced: 2025-03-22T05:51:07.261Z (8 months ago)
- Topics: deep-learning, diabetic-retinopathy
- Language: Python
- Homepage: https://idrid.grand-challenge.org/
- Size: 3.63 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diabetic-Retinopathy
#### Directory Structure
> "./models" : for all saved models (in gitignore)
> "./raw_data/Training Set" : for training data (in gitignore)
> "./processed_data" : for training data after pre processing if required (in gitignore)\
> "./aditional_data" : for training data after pre processing if required (in gitignore)
#### Packages Required
> keras (updated)
> tensorflow
> pytorch
> pandas
> PIL