Jameskry / Image-Segmentation

Implementation of FCN(8/16/32) and SegNet in Tensorflow. 在TensorFlow框架下实现FCN(全卷积神经网络)和SegNet。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Segmentation Travis Language License AD

Update 03-06-2017: There're some programs of image segmentation written by myself, and still in a modified state.

Introduction

Completed with Caffe and Tensorflow, in Python2.7.

Including: FCN(8/16/32), SegNet.

Usage

  • Use cd FCN/ to find code files.
  • Run run.sh to generated the image you need.

Requirements

  • Python2.7

  • Tensorflow-gpu

Demo

Original Image:

Original Image


FCN32_upsampled_Image:

FCN32_upsampled_Image


FCN16_upsampled_Image:

FCN16_upsampled_Image


FCN8_upsampled_Image:

FCN8_upsampled_Image

License

MIT

About

Implementation of FCN(8/16/32) and SegNet in Tensorflow. 在TensorFlow框架下实现FCN(全卷积神经网络)和SegNet。

License:Other


Languages

Language:Python 99.3%Language:Shell 0.7%