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

Problem with video index when running "summary2video.py"

Open wilk81 opened this issue 3 years ago • 1 comments

Hi~

Problem with video index when running summary2video.py. "result.h5" is verified as below.

result.h5

  • video_10
  • video_18
  • video_3
  • video_5
  • video_8

I have created a Frame file in SumMe. Sorted alphabetically, I don't know if it starts from 0 or 1.

1 Air_Force_One 2 Base jumping 3 Bearpark_climbing 4 Bike Polo 5 Bus_in_Rock_Tunnel 6 Car_railcrossing 7 Cockpit_Landing 8 Cooking 9 Eiffel Tower 10 Excavators river crossing 11 Fire Domino 12 Jumps 13 Kids_playing_in_leaves 14 Notre_Dame 15 Paintball 16 Playing_on_water_slide 17 Saving dolphines 18 Scuba 19 St Maarten Landing 20 Statue of Liberty 21 Uncut_Evening_Flight 22 Valparaiso_Downhill 23 car_over_camera 24 paluma_jump 25 playing_ball

"-i=0", "-d=./frames/Excavators river crossing" <---------------video_10 "-i=1", "-d=./frames/Scuba" <---------------video_18 "-i=2", "-d=./frames/Bearpark_climbing" <---------------video_3 ... is this right???

Thank you.

wilk81 avatar Jun 25 '22 13:06 wilk81

Hi, @wilk81.

"-i" is index value in h5 of dataset. h5 file is randomly created. video_18 is Scuba.

SinDongHwan avatar Jun 25 '22 15:06 SinDongHwan