- Notifications
You must be signed in to change notification settings - Fork11
IMPLEMENT AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (PyTorch)
License
NotificationsYou must be signed in to change notification settings
TorRient/Video-Summarization-Pytorch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Deep Reinforcement Learning for Unsupervised Video Summarization with Diversity-Representativeness Reward.
Implement with python=3.xhttps://github.com/KaiyangZhou/pytorch-vsumm-reinforce
python=3.x
Pytorch
GPU
tabulate
git clone https://github.com/TorRient/Video-Summarization-Pytorchcd Video-Summarization-Pytorchmkdir dataset- Prepare dataset
Put your videos in folder dataset
python create_data.py --input dataset --output dataset/data.h5
- Make splits
python create_split.py -d dataset/data.h5 --save-dir dataset --save-name splits --num-splits 5
python train_video_summarisation.py -d dataset/data.h5
python video_summary.py --input path-to-video
Video summarization will be saved folder output/
About
IMPLEMENT AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (PyTorch)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
