Skip to content

Simple implementation of U-Net network for multi-class classification

License

Notifications You must be signed in to change notification settings

sebastien-tetaud/pytorch-UNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-UNet

Simple implementation of U-Net network for multi-class classification

Download and Install Miniconda

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh

Create environment

conda create --name unet python==3.9
conda activate unet

Install dependencies

pip install -r requirements.txt 

Goal of the repository

The primary objective of the repository is to develop a U-Net model from the paper titled U-Net: Convolutional Networks for Biomedical Image Segmentation.

Test U-Net network

python main.py

To do

  • Use model list
  • Separate Encoder end Decoder into Class
  • Block with double conv

About

Simple implementation of U-Net network for multi-class classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages