Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/deep-residual-unet
- Owner: nikhilroxtomar
- Created: 2019-02-14T16:36:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T04:21:04.000Z (over 4 years ago)
- Last Synced: 2024-12-27T07:08:42.037Z (19 days ago)
- Topics: fcn, keras-tensorflow, resunet, semantic-segmentation, tensorflow
- Language: Jupyter Notebook
- Homepage: https://idiotdeveloper.com/what-is-resunet/
- Size: 17.6 MB
- Stars: 223
- Watchers: 6
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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* |