name | caffemodel | caffemodel_url | sha1 | gist_id |
---|---|---|---|---|
ParseNet on PASCAL |
VGG_VOC2012ext.caffemodel |
99cc76c373dc522fd70f80208b30a43ab2fba2f6 |
This is a model presented in the paper
ParseNet: Looking Wider to See Better
Wei Liu, Andrew Rabinovich, Alexander C. Berg
arXiv:1506.04579
This is the ParseNet model trained on PASCAL (using extra data from Hariharan et al. and finetuned from the fully convolutional reduced VGGNet).
You should be able to train/eval this model with http://github.com/weiliu89/caffe/tree/fcn. This branch introduces filter_stride (used for 'atrous' algorithm as described in Deeplab), L2-norm layer, evaluation code on the fly, etc.
The model should obtain 69.55 mean IoU on PASCAL 2012 segmementation val dataset. Please feel free to send me email (wliu@cs.unc.edu) if you have any questions.
Hello, what is the licensing for this model? Thanks