https://github.com/tyleryep/aptos-blindness
APTOS 2019 Blindness Detection
https://github.com/tyleryep/aptos-blindness
Last synced: 5 months ago
JSON representation
APTOS 2019 Blindness Detection
- Host: GitHub
- URL: https://github.com/tyleryep/aptos-blindness
- Owner: TylerYep
- Created: 2019-06-30T16:21:43.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T07:21:51.000Z (over 5 years ago)
- Last Synced: 2025-02-14T07:25:44.358Z (over 1 year ago)
- Language: Python
- Size: 706 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APTOS 2019 Blindness Detection
#### Kaggle Competition
To get started, run:
```
kaggle competitions download -c aptos2019-blindness-detection
```
Rename ```train.csv``` to ```train-orig.csv``` and then run:
```
python split-csv.py
```
This gives you separate csvs for your train and dev sets.
Run ```python preprocess.py``` in order to get better images. You may need to uncomment the lines in that file.