2018 Data Science Bowl project
-
Create folders on the project directory:
-
Download data set from competition page.
-
Unpack data set:
- stage1_train.zip into ../data/images/train
- stage1_test.zip into ../data/images/test
-
Run ../src/utils/make_npys.py. This will create folder ../out_files/npy/128_128_split.
-
Run ../src/main.py. This will run the process of fitting model and predicting masks on test images, and create the submission file at the ../sub folder