pytorch-vsumm-reinforce
pytorch-vsumm-reinforce copied to clipboard
How to extract image features for videos in this paper?
Can author give us code or link about feature extracting?
for caffe, you could write code like this https://prateekvjoshi.com/2016/04/26/how-to-extract-feature-vectors-from-deep-neural-networks-in-python-caffe/
for other frameworks e.g. pytorch, tensorflow, you could use example codes provided in their websites
Refer my repo https://github.com/anaghazachariah/video_summary_generaton This repo contains code for the full project