Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilroxtomar/deep-residual-unet

ResUNet, a semantic segmentation model inspired by the deep residual learning and UNet. An architecture that take advantages from both(Residual and UNet) models.
https://github.com/nikhilroxtomar/deep-residual-unet

fcn keras-tensorflow resunet semantic-segmentation tensorflow

Last synced: 12 days ago
JSON representation

ResUNet, a semantic segmentation model inspired by the deep residual learning and UNet. An architecture that take advantages from both(Residual and UNet) models.

Awesome Lists containing this project

README

        

# Deep-Residual-Unet
ResUNet, a semantic segmentation model inspired by the deep residual learning and UNet. An architecture that take advantages from both(Residual and UNet) models.

Paper: https://arxiv.org/pdf/1711.10684.pdf

Video Explaination: https://youtu.be/BOoBWRTpaKk

## Architecture
| ![Deep Residual U-Net Architecture](images/arch.png) |
| :--: |
| *Deep Residual U-Net Architecture* |