xmojiao / deeplab_v2

基于v2版本的deeplab,使用VGG16模型,在VOC2012,Pascal-context,NYU-v2等多个数据集上进行训练
162 stars 103 forks source link

If I trained deeplab_v2 in other dataset, should I need the init.caffemodel which is provided by the author? #8

Open sherlockli opened 6 years ago

xmojiao commented 6 years ago

@sherlockli yes, I think your need it. Or you can train a new init-caffemodel by yourself.

sherlockli commented 6 years ago

@sherlockli yes, I think your need it. Or you can train a new init-caffemodel by yourself.

Thank you so much, your blog about the implementation of DeepLab 2 helps me a lot.