Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 364 Bytes

UNet for Multiclass Semantic Segmentation

UNet for Multiclass Semantic Segmentation, on Keras, based on Segmentation Models' Unet libray

Requirements

  • keras >= 2.2.0 or tensorflow >= 1.13
  • albumentations==0.3.0
  • segmentation-models==1.0.*

Install Segmentation Models with:

 pip install git+https://github.com/qubvel/segmentation_models)