DrSleep / tensorflow-deeplab-resnet

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

question about deeplab_resnet_init.ckpt #120

Closed likebullet86 closed 7 years ago

likebullet86 commented 7 years ago

i have question about deeplab_resnet_init.ckpt

in original repo provide 3 init model. (vgg16_128.caffemodel, vgg16_20M.caffemodel, vgg16_20M_coco.caffemodel) -http://liangchiehchen.com/projects/Init%20Models.html

what is the init model is same with deeplab_resnet_init.ckpt? and how to train init mode?

DrSleep commented 7 years ago

This is DeepLab-ResNet. It is a modification of ResNet-101.