GitXplorerGitXplorer
c

Pytorch-Twitch-LOL

public
38 stars
8 forks
2 issues

Commits

List of commits on branch master.
Verified
618fe5a268c68d5c3e91850cc73e93a1fffb2b8a

Update README.md

committed 7 years ago
Unverified
5abf1a3a69e4658daca6712d77ead1aefd06c6ec

Create LICENSE

committed 7 years ago
Unverified
8cdb64677c496b0d767fe6ccd66d371a91ea5255

Update README.md

committed 7 years ago
Unverified
c001f804a4d05e03a656530756bf42aba39c1f6d

Update README.md

lleej001 committed 7 years ago
Unverified
81a9986d250af76cedb7949b3b6f38b88eb3e7b5

Update README.md

committed 7 years ago
Unverified
e20d7e8a05c2eae6cc91aa0ab6e9e7bd0c3a72d3

Update README.md

committed 7 years ago

README

The README file for this repository.

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}
}