Skip to content

alisure-ml/Semantic-Segmentation-DilatedConvolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

膨胀卷积,Multi Scale Context Aggregation by Dilated Convolutions的实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages