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

Video Numbering for TVSUM dataset , and FPS for dataset

Open liaq192 opened this issue 6 years ago • 2 comments

Hi ,

  1. : TVSUM raw dataset contains videos with randomish names ( but not numbers ) while u have used video_x naming in ur processed dataset (google_tvsum dataset) . ** Where can i find this mapping **.
    2): What is the fps you have used for converting videos into frames that u input to googlenet for the processed dataset . ( i am asking this for generating the summary from raw frames in summary2video) its using fps of like 30 so i am unable to understand that part .

Can u shed some light on this.

liaq192 avatar Jul 24 '18 19:07 liaq192

  1. The order in the .h5 file aligns with the one in the .mat file provided by tvsum. You can double check by comparing n_frames of each video in the .h5 file with the video length contained in the .mat file.

  2. 2fps. You can find the mapping in the picks variable.

Hope this would help.

KaiyangZhou avatar Jul 24 '18 20:07 KaiyangZhou

I opened the mat file then checked the names and order with a file named 'ydata-tvsum50-info.tsv' in TvSum dataset. They are same so we can use this file directly to see the mapping.

Best luck.

ghost avatar Nov 09 '18 17:11 ghost