KaiyangZhou / pytorch-vsumm-reinforce

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

Confused in the command #64

Closed Sujit1011 closed 3 years ago

Sujit1011 commented 3 years ago

What will be in 'path_to' and 'video_frames' in the command

python summary2video.py -p path_to/result.h5 -d path_to/video_frames -i 0 --fps 30 --save-dir log --save-name summary.mp4

Can anyone resolve it for me, please

Thank you

SinDongHwan commented 3 years ago

Hi, @Sujit1011.

you can see a description about "-p" and "-d".

Sujit1011 commented 3 years ago

Can you give some example