Implements ResUnet++ for semantic segmentation using Tensorflow 2.0.
Note that it's still Work In Progress
Run following script from your target python virtual environment
python -m pip install git+https://github.com/JanPalasek/resunet-pp-tensorflow
- Tensorflow 2.0 (version can be also higher)
- ResUnet++ - https://arxiv.org/pdf/1911.07067.pdf
- PyTorch implementation - https://github.com/rishikksh20/ResUnet
- Official Tensorflow implementation - https://github.com/DebeshJha/ResUNetPlusPlus