Skip to content
/ UNet Public
forked from chenzhaiyu/unet

U-Net for RGB Semantic Segmentation

Notifications You must be signed in to change notification settings

bbbaiqian/UNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-Net for RGB Semantic Segmentation

Introduction

More details of U-Net architecture can be found on U-Net: Convolutional Networks for Biomedical Image Segmentation. The code was derived from UNet with additional supprt for RGB images.

Dependencies

The following dependencies are needed:

  • Numpy
  • Tensorflow-gpu
  • Keras
  • Scikit-image

Usage

  1. Install dependencies:
conda env create -f env.yml
  1. Configure paths and parameters with config.py
  2. Train the model with train.py
  3. Test the trained model with test.py

Results

About

U-Net for RGB Semantic Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%