All Projects → architsharma97 → VideoSummarization

architsharma97 / VideoSummarization

Licence: other
Course Project for CS771: Machine Learning

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
shell
77523 projects

Projects that are alternatives of or similar to VideoSummarization

SnapStitch
Built by Avik Jain, Anish Nag, Sahas Dendukuri, Hari Senthilkumar, and Rishi Upadhyay at Angelhack Silicon Valley 2017.
Stars: ✭ 20 (-4.76%)
Mutual labels:  video-summarization
DSNet
DSNet: A Flexible Detect-to-Summarize Network for Video Summarization
Stars: ✭ 116 (+452.38%)
Mutual labels:  video-summarization
Video-Summarization-Pytorch
IMPLEMENT AAAI 2018 - Unsupervised video summarization with deep reinforcement learning (PyTorch)
Stars: ✭ 23 (+9.52%)
Mutual labels:  video-summarization
pytorch vsum-ptr-gan
A PyTorch implementation of VSumPtrGAN
Stars: ✭ 35 (+66.67%)
Mutual labels:  video-summarization
awesome-video-sum
A curated list of the Video Summarization subject which is a computer science using machine learning and deep learning
Stars: ✭ 29 (+38.1%)
Mutual labels:  video-summarization

VideoSummarization

Course Project for CS771: Machine Learning

Use the following lines of code to download the SumMe dataset into the data folder. Refer to Michael Gygli's page.

chmod +x ./run_this.sh
./run_this.sh

Following is the list of dependencies: imageio, numpy, matplotlib, opencv3, scikit-learn.

sudo pip install imageio

The same goes for numpy, matplotlib, tensorflow, scikit-learn. For opencv on Mac OSX,

brew tap homebrew/science && brew install --HEAD opencv3 --with-contrib --with-ffmpeg
brew install webp

The second command fixes an issue with importing opencv on Mac OSX.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].