You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo will serve as a summary of the code in my master thesis. The video action recognition model includes ConvLSTM, P3D, ARTNet, Res3D, Res21D. I will mainly use the UCF-101 dataset, HMDB51 dataset and HockeyFight dataset.
@article{Soomro2012UCF101AD,
title={UCF101: A Dataset of 101 Human Actions Classes From Videos in The Wild},
author={K. Soomro and A. Zamir and M. Shah},
journal={ArXiv},
year={2012},
volume={abs/1212.0402}
}
Dataset HMDB51
@article{Kuehne2011HMDBAL,
title={HMDB: A large video database for human motion recognition},
author={Hilde Kuehne and Hueihan Jhuang and E. Garrote and T. Poggio and Thomas Serre},
journal={2011 International Conference on Computer Vision},
year={2011},
pages={2556-2563}
}
Dataset HockeyFights
@inproceedings{Nievas2011ViolenceDI,
title={Violence Detection in Video Using Computer Vision Techniques},
author={Enrique Bermejo Nievas and Oscar D{\'e}niz-Su{\'a}rez and Gloria Bueno Garc{\'i}a and Rahul Sukthankar},
booktitle={CAIP},
year={2011}
}
Setup
cd data/
bash download_ucf101.sh # Downloads the UCF-101 dataset (~7.2 GB)
unrar x UCF101.rar # Unrars dataset
unzip UCF101TrainTestSplits-RecognitionTask.zip # Unzip train / test split
python3 extract_frames.py # Extracts frames from the video (~26.2 GB, go grab a coffee for this)