pytorch-vsumm-reinforce
pytorch-vsumm-reinforce copied to clipboard
Frame Downsampling for dataset.
Why do we download the videos in the dataset to 2fps / choosing every 15th frame from each video?
I think the reason behind they did not process each video frame since adjacent frames are very similar. So subsample will result in less frames but they are informative. For large scale videos subsampling will more helpful.