Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strcoder4007/u-net-image-segmentation

MRI Image Segmentation using U-Net implementation in Tensorflow 2
https://github.com/strcoder4007/u-net-image-segmentation

cs230 dataset tensorflow2 unet unet-image-segmentation

Last synced: about 2 months ago
JSON representation

MRI Image Segmentation using U-Net implementation in Tensorflow 2

Awesome Lists containing this project

README

        

# U-net architecture implementation for MRI image segmentation
Research Paper: https://arxiv.org/pdf/1505.04597.pdf
![U-Net Architecture](/images/unet.png)

## Dataset
https://huggingface.co/datasets/rainerberger/Mri_segmentation

## How to run
- Run ```python data.py``` to download the MRI dataset from hugging face into dataset directory
- Run ```python train.py``` to train the model and predict the image segmentations