KaiyangZhou / pytorch-vsumm-reinforce

Unsupervised video summarization with deep reinforcement learning (AAAI'18)
MIT License
471 stars 150 forks source link

Few Frame Ids from MachineSummary not available in VideoFrames generated. #83

Open sravanidhuli opened 2 years ago

sravanidhuli commented 2 years ago

Im able to create summary for few SumMe videos, while for some videos such as Scuba.webm. The videoframes are available until 02221.png, however in machinesummary the frames are available until 9671.

I ran into similar situation with few other videos as well. Command used: /notebooks/pytorch-vsumm-reinforce# python summary2video.py -p log/summe-split0/result.h5 -d SumMeVideos/frames/Scuba -i 2 --fps 30 --save-dir log --save-name summary_Scuba.mp4

Any advice or suggestions on how to handle this issue is very much appreciated. Thanks in advance.

SinDongHwan commented 2 years ago

hi, @sravanidhuliI I think 3rd index("-i 2" parameter) is not a Scuba video in result.h5. Check result.h5 file.

Good Luck