MLDS2018SPRING icon indicating copy to clipboard operation
MLDS2018SPRING copied to clipboard

extract feature

Open TianchengQ opened this issue 5 years ago • 1 comments

Do you have the code to extract video features? How to achieve MSVD dataset feat/video.npy by using VGG16?

TianchengQ avatar Apr 08 '19 11:04 TianchengQ

The video features were extracted frame by frame using the pre-trained VGG19 on ImageNet Large Scale Visual Recognition Challenge (ILSVRC). We don't have the code for extracting the video features, but you can try to implement the preprocessing code using pre-trained VGG19 model provided by Keras.

JasonYao81000 avatar Apr 11 '19 04:04 JasonYao81000