Skip to content

jinjungyu/unet_nuclei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Segmentation - UNet 1

nuclei Dataset : https://www.kaggle.com/c/data-science-bowl-2018/data

How to Setup and Train

  1. clone repository and download dataset on clone directory
git clone https://github.com/realJun9u/unet_nuclei.git
  1. Setup Dataset (Extract and Prepare Train,Test Data)
python setup.py
  1. Train Model
python train.py
  1. Test Model
python evaluate.py
  1. Analyze Result
tensorboard --log_dir=logs --host={host} --port={port}

About

Semantic Segmentation - UNet 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages