Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.3 KB

Kaggle APTOS 2019 Blindness Detection Solution

Requirements

pip3 install --user -r requirements.txt

Input data:

For 2015 and 2019 data, this dataset with resized images was used. Images from Messidor dataset were also resized and converted to jpeg format using preprocessing/messidor_tif_2_jpg.py.

Train

python3 train_efficientnet.py -sid N

where N is Cross-Validation fold id, i.e. [0..4]

Evaluate

python3 eval_ensemble.py