pytorch-vsumm-reinforce
pytorch-vsumm-reinforce copied to clipboard
Video Numbering for TVSUM dataset , and FPS for dataset
Hi ,
- : 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.
-
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. -
2fps. You can find the mapping in the
picks
variable.
Hope this would help.
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.