Implementation of basic U-Net in Keras, along with an implementation of a U-Net with Inception Modules and U-Net with Dilated Inception Modules.
Architecture derived from https://arxiv.org/abs/1512.00567.
Architecture derived from https://arxiv.org/abs/1707.07128.
Architecture and image derived from https://arxiv.org/abs/1505.04597.
Architecture and image derived from https://www.frontiersin.org/articles/10.3389/fncom.2019.00044/full.
- Update Figures to higher quality/resolution
- Add demo scripts