DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Failed to find any matching files for ./deeplab_resnet.ckpt #165

Closed xavieryxie closed 6 years ago

xavieryxie commented 6 years ago

hey, there is a problem when i run python train.py --random-mirror --random-scale, it shows that " Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./deeplab_resnet.ckpt".could you help me to solve this ,thanks!

7578lgg commented 6 years ago

I have got the same error with you, could you tell me how to solve it? Thanks! @onexxp

senyuliu commented 5 years ago

may I know the answer?

senyuliu commented 5 years ago

OK . To imitate the structure of the model, we have used .caffemodel files provided by the authors. The conversion has been performed using Caffe to TensorFlow with an additional configuration for atrous convolution and batch normalisation (since the batch normalisation provided by Caffe-tensorflow only supports inference). There is no need to perform the conversion yourself as you can download the already converted models - deeplab_resnet.ckpt (pre-trained) and deeplab_resnet_init.ckpt (the last layers are randomly initialised) - here.