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

https://github.com/nikhilroxtomar/unet-segmentation-in-keras-tensorflow

UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in medical imaging.
https://github.com/nikhilroxtomar/unet-segmentation-in-keras-tensorflow

fcn keras-tensorflow segmentation-network unet-image-segmentation unet-segmentation

Last synced: 2 months ago
JSON representation

UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in medical imaging.

Awesome Lists containing this project

README

        

# U-Net Segmentation in Keras TensorFlow
U-Net is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in medical imaging.

- Arxiv Link: https://arxiv.org/abs/1505.04597

- YouTube Video: https://youtu.be/M3EZS__Z_XE
- Blog Post: https://idiotdeveloper.com/unet-segmentation-in-tensorflow/

## Architecture
| ![U-Net Architecture](images/u-net-architecture.png) |
| :--: |
| *U-Net Architecture* |