Skip to content

Latest commit

 

History

History

conversion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Weight conversion

Pull in the network definition and Caffe weights trained by the authors (example for Pascal VOC):

wget http://dl.yf.io/dilation/models/dilation8_pascal_voc.caffemodel
curl -O https://raw.githubusercontent.com/fyu/dilation/master/models/dilation8_pascal_voc_deploy.prototxt

Clone caffe-tensorflow in the current directory:

git clone https://github.com/ethereon/caffe-tensorflow

Build and run the Dockerfile:

docker run -v $(pwd):/workspace -ti `docker build -q .`

Weights and code end up in converted/