Implementations of 2D SegNet (based off of Yuta Kamikawa's), 2D U-Net (based off of zhixuhao's), and 3D U-Net architectures in Keras.
tensorflow<2
keras==2.2.4
These can be installed by running pip install -r requirements.txt
.
If you plan on using a GPU to train, the tensorflow-gpu
corresponding to the tensorflow
version used is also required.
$ python train.py --help
$ python test.py --help
$ python accuracy.py --help
$ python predict.py --help