Split medical images with U-Net
Keras and Numpy
- Put your image dataset in data directory.
- Run data.py.
- Run unet.py.
- Get the results in results directory.
Just run unet.py again. It will automatically load previously trained model and continue training it. If you want to train a brand-new model, just delete unet.hdf5, which is the checkpoint file.