Built based on the U-Net in PyTorch.
Note : Use Python 3
You can easily test the output with our dataset:
python predict_mat.py -i path/to/test -o predict.png -m path/to/checkpoint
python train_mat.py -f path/to/checkpoint -e 200 -b 1 -l 0.000005 -s 0.25 -x path/to/train -y path/to/gt