Skip to content

PyTorch implementation of Video Summarization on Twitch (LOL) dataset

License

Notifications You must be signed in to change notification settings

chengyangfu/Pytorch-Twitch-LOL

Repository files navigation

Pytorch-Twitch-LOL

PyTorch implementation and dataset of Video Highlight Prediction Using Audience Chat Reactions, 2017 EMNLP.

Add the original chat files.

In the Google Drive, there are two new files and one new directory. cutChatRoom.py is the script I used to cut the twitch chats to separate games.

 python cutChatRoom.py (will read cut_video3.txt to generate chat file for each video and store in final_data)

Library Requirement

Apt-get install

  • ffmpeg

Python

Dataset Download - Google Drive

cd EMNLP17_Twitch_LOL
python compressVideo.py (This requires around 378 GB)

Run Training

  • Check the run.sh file. This script contains all the configurations of the experiments.
  • If you want to evaluate the trained model, simply use the same command used in training and add -e.

Citing

Please cite this paper in your publications if it helps your research:

@inproceedings{fu2017highlight,
  title = {Video Highlight Prediction Using Audience Chat Reactions},
  author = {Cheng-Yang Fu, Joon Lee, Mohit Bansal and Alexander C. Berg},
  booktitle = {EMNLP},
  year = {2017}
}

About

PyTorch implementation of Video Summarization on Twitch (LOL) dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published