Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chinakook/U-Net

An reimplementation U-Net on MXNet
https://github.com/chinakook/U-Net

Last synced: 2 months ago
JSON representation

An reimplementation U-Net on MXNet

Awesome Lists containing this project

README

        

# U-Net-MX
**This is an Gluon reimplementation of [U-Net](http://lmb.informatik.uni-freiburg.de/people/ronneber/u-net) and [DilatedUNet](https://github.com/lyakaap/Kaggle-Carvana-3rd-Place-Solution).**
See the following references for more information:
```
"U-Net: Convolutional Networks for Biomedical Image Segmentation."
Olaf Ronneberger, Philipp Fischer, and Thomas Brox
arXiv preprint arXiv:1505. 04597, 2015.
```
[https://arxiv.org/abs/1505.04597](https://arxiv.org/abs/1505.04597)