MLDS2018SPRING
MLDS2018SPRING copied to clipboard
extract feature
Do you have the code to extract video features? How to achieve MSVD dataset feat/video.npy by using VGG16?
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.