name | caffemodel | caffemodel_url | sha1 | gist_id |
---|---|---|---|---|
Fully convolutional reduced VGGNet |
VGG_ILSVRC_16_layers_fc_reduced.caffemodel |
97eb7c469c5097f51a0f9a944f4a5731f470eee2 |
This is a model used in the paper
ParseNet: Looking Wider to See Better
Wei Liu, Andrew Rabinovich, Alexander C. Berg
arXiv:1506.04579
This is a network modified from VGGNet by making it fully convolutional and also by subsampling parameters from fc6 and fc7 layers. This is useful when using it to finetune for segmentation. For example, ParseNet shows how to use it to finetune for semantic segmentation task.
We fine-tune the basic reduced VGG on ImageNet-1000 dataset or VOC dataset? If ImageNet-1000, Could you report the result of the reduced VGG on ImageNet?