Our report can be found here
U-net: Convolutional networks for biomedical image segmentation
Code structure modified on top of https://github.com/fyu/drn
-
Download the data from kaggle and put it in the
./data
directory, unzip thetrain_images.zip
to./data/img
-
Run in bash:
cd data
python ./preprocess.py
./create_list.sh
python ./produce_info_json.py
This would create a directory ./data/mask
. The labels are stored in this directory.
Also, there will be 4 text files in ./data
, each containing the path to images/labels.
The produce_info_json.py
writes the mean and standard deviation of the images to info.json
. This is already provided.
Refer to script.md