/UNet-Pytorch

A simple UNet for cell image segmentation based on pytorch with 4 different evaluation indexes

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

UNet-Pytorch

Simple And Friendly

Installation

git clone https://github.com/pytorch/vision
cd vision
python setup.py install

Data preparation

The Carvana data is available on the Kaggle website. The input images and target masks should be in the data/train and data/test folders respectively.

Train & Test & Evaluation & Visualization

Just following UNet-Pytorch.ipynb~