https://github.com/ashishpatel26/satellite-image-semantic-segmentation-unet-tensorflow-keras
Collection of different Unet Variant suchas VggUnet, ResUnet, DenseUnet, Unet. AttUnet, MobileNetUnet, NestedUNet, R2AttUNet, R2UNet, SEUnet, scSEUnet, Unet_Xception_ResNetBlock
https://github.com/ashishpatel26/satellite-image-semantic-segmentation-unet-tensorflow-keras
keras-segmentation keras-semantic-segmentation semantic-segmentation tensorflow-keras tensorflow2-image-segmentation tensorflow2-unet unet unet-image-segmentation unet-keras unet-segmentation unet-tensorflow
Last synced: 8 days ago
JSON representation
Collection of different Unet Variant suchas VggUnet, ResUnet, DenseUnet, Unet. AttUnet, MobileNetUnet, NestedUNet, R2AttUNet, R2UNet, SEUnet, scSEUnet, Unet_Xception_ResNetBlock
- Host: GitHub
- URL: https://github.com/ashishpatel26/satellite-image-semantic-segmentation-unet-tensorflow-keras
- Owner: ashishpatel26
- License: mit
- Created: 2020-11-23T07:52:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T02:14:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T17:52:57.002Z (about 2 months ago)
- Topics: keras-segmentation, keras-semantic-segmentation, semantic-segmentation, tensorflow-keras, tensorflow2-image-segmentation, tensorflow2-unet, unet, unet-image-segmentation, unet-keras, unet-segmentation, unet-tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 19 MB
- Stars: 98
- Watchers: 2
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satellight Image Segmentation with UNet and Its Variants

This repository contains the Collection of different Unet Variant such as **VggUnet, ResUnet, DenseUnet, Unet. AttUnet, MobileNetUnet, NestedUNet, R2AttUNet, R2UNet, SEUnet, scSEUnet, Unet_Xception_ResNetBlock**
---
**UNet Variant**
| Sr No | Topic | Notebook |
| ----- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1. | **Unet Architecture for Satellight Image Segmentation**  | [Github](https://nbviewer.jupyter.org/github/ashishpatel26/Semantic-Segmentation-Unet-Tensorflow-keras/blob/main/Notebooks/Unet.ipynb) |
| 2. | **VGGUnet Architecture for Satellight Image Segmentation**  | [Github](https://nbviewer.jupyter.org/github/ashishpatel26/Semantic-Segmentation-Unet-Tensorflow-keras/blob/main/Notebooks/VggUnet.ipynb) |
| 3. | **ResUnet Architecture for Satellight Image Segmentation**  | [Github](https://nbviewer.jupyter.org/github/ashishpatel26/Semantic-Segmentation-Unet-Tensorflow-keras/blob/main/Notebooks/Resunet.ipynb) |
| 4. | **DenseUnet Architecture for Satellight Image Segmentation**  | [Github](https://nbviewer.jupyter.org/github/ashishpatel26/Semantic-Segmentation-Unet-Tensorflow-keras/blob/main/Notebooks/DenseUnet.ipynb) |
| 5. | **UnetPlusPlus Architecture for Satellight Image Segmentation**  | [Github](https://nbviewer.jupyter.org/github/ashishpatel26/Semantic-Segmentation-Unet-Tensorflow-keras/blob/main/Notebooks/UnetPlusPlus.ipynb) |---
**Thank you**
---