chainercv
chainercv copied to clipboard
request: VGG19
now Chainer supports VGG19, so how about below two?
- adding VGG19 to chainercv/links/model/vgg
- adding its link to caffemodel to examples/vgg/caffe2npz.py
what do you mean? Classification task with VGG19 or some other task with VGG19 feature extractor?
Please excuse my lack of explanation.
I meant classification task with VGG19.
That's why I ask adding caffemodel URL to examples and add (pickable) VGG19 to links.
Currently, we have no plan to add VGG19 as classification model.
That is because we have no time to reproduce the classification score of original paper
Please feel free to add VGG19 classification model by yourself.