pytorch-vsumm-reinforce icon indicating copy to clipboard operation
pytorch-vsumm-reinforce copied to clipboard

How to extract image features for videos in this paper?

Open ChenkeyuParadise opened this issue 5 years ago • 2 comments

Can author give us code or link about feature extracting?

ChenkeyuParadise avatar Sep 01 '18 13:09 ChenkeyuParadise

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

KaiyangZhou avatar Sep 01 '18 23:09 KaiyangZhou

Refer my repo https://github.com/anaghazachariah/video_summary_generaton This repo contains code for the full project

anaghazachariah avatar Sep 16 '20 06:09 anaghazachariah