shyu4184 / PyTorch-Unet

PyTorch1.0 Implementation of Unet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-Unet

PyTorch1.0 Implementation of Unet

  • Vanilla Unet
  • Unet with ResNet encoder
    • ResNet18
    • ResNet34
    • ResNet50
    • ResNet101
    • ResNet152
  • Unet with VGG encoder
    • VGG13 with BatchNorm
    • VGG16 with BatchNorm

Vanilla U-Net architecture

About

PyTorch1.0 Implementation of Unet

License:MIT License


Languages

Language:Python 100.0%