Skip to content

ieee820/IronSegExprement-SegNet

 
 

Repository files navigation

本实验基于SegNet网络进行实验,用于钢铁分割

SegNet

SegNet implementation in Tensorflow.

Environments

  • Python 3.6.2
  • Numpy==1.14.3
  • Pillow==4.2.1
  • tensorflow-gpu==1.3.0
  • tensorflow-tensorboard==0.1.5

Usage

  1. Dataset ''' Referecne the last github https://github.com/fourmi1995/IronData_CamvidStyle

  2. Convert CamVid dataset to TFRecord format

python camvid.py --target train
  1. Training
python train.py \
  --iteration 20000 \
  --snapshot 4000 \
  --optimizer adadelta \
  --learning_rate 1.0
  1. Evaluation
python eval.py \
  --resdir eval \
  --outdir output/camvid/segnet \
  --checkpoint_dir output/camvid/segnet/trained_model \
  --num_sample 233

Reference

About

基于SegNet的钢铁分割实验

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%