Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 945 Bytes

tensorflow-slim-segmentation

Runs under Python 3.5 and TensorFlow 1.6+

Quick Start

  1. If you don't already have it, git clone TensorFlow models.
  2. Copy the datasets and preprocessing folders over from models/reasearch/slim into the directory with segmentation_vgg_16.py etc.
  3. Create a directory called slim_pretained and download and unpack vgg_16.ckpt and vgg_19.ckpt into it. A table of checkpoints locations can be found in the slim README Pre-Trained Models section. For example vgg_16_2016_08_28.tar.gz, and vgg_19_2016_08_28.tar.gz are the download locations.
  4. Run segmentation_vgg_16.py

test image segmentation