DrSleep / tensorflow-deeplab-resnet

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

What's difference from deeplab_resnet_init.ckpt and deeplab_resnet.ckpt ? #195

Closed yishishiyi closed 5 years ago

yishishiyi commented 6 years ago

Is deeplab_resnet_init.ckpt pretrained from MS COCO as described in http://liangchiehchen.com/projects/DeepLabv2_resnet.html ?

Is deeplab_resnet.ckpt the final model trained/validated on VOC 2012 Aug dataset ?

zhouyuan888888 commented 5 years ago

I have the same question,now have you ever understood the differences between deeplab_resnet.cktp and deeplab_resnet_init.ckpt?is deeplab_resnet.ckpt the final model? thank you very much.

zhouyuan888888 commented 5 years ago

@yishishiyi

DrSleep commented 5 years ago

as explained in README: https://github.com/DrSleep/tensorflow-deeplab-resnet#caffe-to-tensorflow-conversion;

resnet.ckpt - trained on PASCAL VOC, init - pre-trained on MS COCO with last layers initialised randomly.

zhouyuan888888 commented 5 years ago

@DrSleep thank you so much~0__0,thank you!!!!!!