chainercv icon indicating copy to clipboard operation
chainercv copied to clipboard

request: VGG19

Open crcrpar opened this issue 5 years ago • 3 comments

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

crcrpar avatar Dec 03 '18 03:12 crcrpar

what do you mean? Classification task with VGG19 or some other task with VGG19 feature extractor?

knorth55 avatar Dec 04 '18 09:12 knorth55

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.

crcrpar avatar Dec 05 '18 00:12 crcrpar

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.

knorth55 avatar Dec 05 '18 01:12 knorth55