pytorch-vsumm-reinforce
pytorch-vsumm-reinforce copied to clipboard
how to extend my summarized video length?
My output summarized videos are bit faster. For this reason it skipped lots of important parts from input video. I want to extend my summarized video length with appropriate important info. Thanks in advance.
Hi, @Solayman-Emon
If you want to extend summarized video, you can edit code in vsum_tools.py
def generate_summary(ypred, cps, n_frames, nfps, positions, proportion=0.15, method='knapsack'):
proportion is length of summarized video ( compared to original video length )
Good Luck!!^^
Hi @SinDongHwan, Thank you very much for your quick response. Your instruction works very well. You seems me a very friendly instructor. All the best ^_^