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

Can I use the generated model to generate a summary of long videos?

Open idlerwang opened this issue 6 years ago • 4 comments

Hello, I want to train the model with the public tvsum dataset and summe dataset, and send an hour long video frame into the model to generate a video summary. But I did this, I don't know if it's a dataset problem or something else, I found the video summary of the first ten minutes before the model was generated.

idlerwang avatar Sep 19 '18 13:09 idlerwang

@idlerwang how did you use the model on your own video to generate a summary?

Datartic avatar Jun 15 '19 08:06 Datartic

@syedimad1998 if you want to generate a summary using your video, you should have features, change_points, n_frames, n_frame_per_seg, picks

SinDongHwan avatar Jun 17 '19 07:06 SinDongHwan

@SinDongHwan I am new to this and I don't understand how to extract all this ..do you have any code ?

Datartic avatar Jun 17 '19 12:06 Datartic

@syedimad1998
Features : extract features using CNN. change_points : use KTS using extracted feature, to get change points. n_frames : number of frames of one video. n_frame_per_seg : number of frames each segments. picks : every 15 indicise.

my repository is editing to use custom videos. now i can't work. i will edit ASAP.

SinDongHwan avatar Jun 17 '19 14:06 SinDongHwan