Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 660 Bytes

resunet-pp-tensorflow

Implements ResUnet++ for semantic segmentation using Tensorflow 2.0.

Note that it's still Work In Progress

How to install model to your own project

Run following script from your target python virtual environment

python -m pip install git+https://github.com/JanPalasek/resunet-pp-tensorflow

Requirements

  • Tensorflow 2.0 (version can be also higher)

References