Git Product home page Git Product logo

u-net_segmentation_with_tensorboard's Introduction

U-Net Segmentation with Tensorboard

Hits

This is a simple implementation of the U-Net arhitecture and a project to utilize segmentation using Tensorboard.

A Korean translation of U-Net Paper: http://bit.ly/UNet_Paper_Translation

This tutorial depends on the following libraries:

  • Tensorflow == 1.14
  • Keras == 2.3.1

My computing resources are as follows:

  • CPU: Intel i7-8700k
  • GPU: GTX 1080ti
  • RAM: 64GB

How to Run

python main.py

Tensorboard

tensorboard --logdir=./logs --host localhost

Overview

Data

The original dataset is from ISBI challenge, and I've downloaded it and done the pre-processing.

You can find it in folder data/membrane.

Model Architecture

Training Detail

  1. Data Augmentation

10 times more images were used from the original number.

Method Value
Rotation Range 0.2
Width Shift Range 0.05
Height Shift Range 0.05
Shear range 0.05
Zoom range 0.05
Horizontal Flip True
Fill Mode reflect

Augmentation images examples

  1. Hyperparameters
  • epochs : 50
  • batch size : 5
  • Learning rate : 0.0001
  1. Optimizer, Loss function and Metric
  • Adam
  • Binary Cross Entropy
  • Accuracy

Results

Model performance was approximately 91% accuracy for validation data when 50 epochs were trained.

Tensorboard

Reference

u-net_segmentation_with_tensorboard's People

Contributors

tootouch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.