daijifeng001 / MNC

Instance-aware Semantic Segmentation via Multi-task Network Cascades
Other
489 stars 182 forks source link

How to make the initial weight vgg16.mask.caffemodel ? #24

Closed songkyungmin closed 8 years ago

songkyungmin commented 8 years ago

I want to apply another dataset, but i don't know make mask.caffemodel.

Any advice?

HaozhiQi commented 8 years ago

That model is the image-net pre-trained vgg model. I just copy weights of fc6 fc7 to fc6_mask, fc7_mask. You may just use it as a pre-trained model.

songkyungmin commented 8 years ago

Thanks! Have a nice day