https://github.com/sayannath/unet-implementation
UNet from Pytorch from Scratch.
https://github.com/sayannath/unet-implementation
pytorch segmentation unet-image-segmentation
Last synced: 3 months ago
JSON representation
UNet from Pytorch from Scratch.
- Host: GitHub
- URL: https://github.com/sayannath/unet-implementation
- Owner: sayannath
- Created: 2021-01-20T20:18:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T18:25:29.000Z (over 3 years ago)
- Last Synced: 2025-02-05T16:28:20.502Z (5 months ago)
- Topics: pytorch, segmentation, unet-image-segmentation
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



# U-Net: Convolutional Networks for Biomedical Image Segmentation
Unet with Pytorch and Keras from Scratch.
## Files
```
1. u_net.py - Unet with Pytorch (Image size - 572x572)
2. unet_128x128.py - Unet with Keras (Image size - 128x128)
3. unet_572x572.py - Unet with Keras (Image size - 572x572)
```
## Pull Request
Pull Requests are welcome. Please follow these rules for the ease of understanding:
* Make sure to check for available issues before raising one
* Give me a maximum of 24-48 hours to respond
* Have proper documentation on the parts you are changing/adding## Developed & Maintained by
[👨 Sayan Nath](https://sayannath.biz/)
[](https://github.com/sayannath)
#### Show some ❤️ by starring the repository!