Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinakook/U-Net
- Owner: chinakook
- Created: 2017-07-21T07:25:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T08:47:16.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:40:34.956Z (6 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 31
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - [gluon - dstl-satellite-imagery-feature-detection) (<a name="Vision"></a>2. Vision / 2.3 Image Segmentation)
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)