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

Extracting image features for videos

Open Petersteve opened this issue 6 years ago • 5 comments

Petersteve avatar Jun 09 '18 15:06 Petersteve

Hey @Petersteve! Were you able to extract the features for generating a summary for a custom video?

mayank26saxena avatar Apr 09 '19 23:04 mayank26saxena

@mayank26saxena Did you test the model on custom videos?

Datartic avatar Jun 17 '19 12:06 Datartic

Anyone who did it?

cipher009 avatar Jul 18 '19 08:07 cipher009

you can see here, I make some introduction code

First make datastes python video_forward2.py --makedatasets --dataset data_our/data_h5/data1.h5 --video-dir data_video/data1/ --frm-dir data_our/frames Second make score and generate summary python3 video_forward2.py --makescore --model log/summe-split0/model_epoch1000.pth.tar --gpu 0 --dataset data_our/data_h5/data2.h5 --save-dir logs/videolog/ \ --summary --frm-dir data_our/frames

Harryjun avatar Oct 31 '19 07:10 Harryjun

I trained the model and tested it . You can refer my repo https://github.com/anaghazachariah/video_summary_generaton

anaghazachariah avatar Sep 16 '20 06:09 anaghazachariah