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.
-
Download pretrained weights from here:
-
Move weights file into
pretrained
directory. -
Run the model on the test image by executing
InferenceRunner.py
.