Skip to content
/ U-Net Public

U-Net implemented with TensorFlow >= 1.0.0

License

Notifications You must be signed in to change notification settings

Igoc/U-Net

Repository files navigation

U-Net

badge_original_author badge_tensorflow

  U-Net implemented with TensorFlow >= 1.0.0

  This project is reimplementation of the Jakeret's U-Net.
  I reimplemented the code in my own style and modified it that can train multiple patch sizes at once.

How to use

# Crop image
python "ImageCropping.py"

# Train U-Net
python "Training.py"

# Run TensorBoard
tensorboard --logdir="$TRAINING_LOG_PATH"

# Run demo
python "Demo.py"

  You can change the settings using config.ini and Setting.py.

About

U-Net implemented with TensorFlow >= 1.0.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages