speedinghzl / DSRG

Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing (CVPR 2018).
MIT License
251 stars 36 forks source link

Comprehension of pretrained VGG16 model #12

Closed mangoyuan closed 5 years ago

mangoyuan commented 5 years ago

很好的工作!在使用预训练vgg16的权值时,我发现deploy.prototxt里面包含了ASPP模块,而原始VGG16并不包含这部分。所以我想知道预训练的权值具体是怎么得到的?谢谢!

speedinghzl commented 5 years ago

将原始deeplab提供的vgg16中的fc6-7复制多份作为ASPP的初始权重。

mangoyuan commented 5 years ago

非常感谢!最近想用pytorch复现一下,发现pytorch的初始权重挺难找的。

zmll commented 4 years ago

很好的工作!在使用预训练vgg16的权值时,我发现deploy.prototxt里面包含了ASPP模块,而原始VGG16并不包含这部分。所以我想知道预训练的权值具体是怎么得到的?谢谢! @speedinghzl @mangoyuan 你好,请问 vgg16_20M_mc.caffemodel 这个模型怎么得来的?就只需要在Imagenet上训练吗?