An open API service indexing awesome lists of open source software.

https://github.com/vlievin/unet

U-Net Model for Image Segmentation Problems using PyTorch 0.4
https://github.com/vlievin/unet

deeplearning image-segmentation pytorch unet

Last synced: 2 months ago
JSON representation

U-Net Model for Image Segmentation Problems using PyTorch 0.4

Awesome Lists containing this project

README

        

# Unet

U-net model from https://arxiv.org/abs/1505.04597 implemented with additional features:
* residual blocks https://arxiv.org/abs/1512.03385
* dilated convolutions https://arxiv.org/abs/1511.07122
* group normalization https://arxiv.org/abs/1803.08494

**Requires PyTorch 0.4**