Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 737 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 737 Bytes

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.