Skip to content

Latest commit

 

History

History
 
 

RefineNet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Introduction

RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation

A tensorflow implement of refinenet discribed in arxiv:1611.06612.

prepare

training

  • Run convert_pascal_voc_to_tfrecords.py to convert training data into .tfrecords file.
  • Run python nets/multi_gpu_train.py.

eval

  • Pretrained on pascal voc.model,Pass:772v.
  • put images in demo/ and run python nets/demo.py