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

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

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.