Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.05 KB

File metadata and controls

22 lines (14 loc) · 1.05 KB

FCN-DilatedConvolution

A Tensorflow implementation of semantic segmentation according to Multi-Scale Context Aggregation by Dilated Convolutions by Yu and Koltun.

Pretrained weights have been converted to TensorFlow from the original Caffe implementation.

Run

  1. Download pretrained weights from here:

  2. Move weights file into pretrained directory.

  3. Run the model on the test image by executing InferenceRunner.py.

Reference