Code for paper PGT: A Progressive Method for Training Models on Long Videos.
- Run
pip install -r requirements.txt
. - Run
python setup.py build develop
to compile RoIAlign python wrapper.
Please refer to MODEL_ZOO.md
This repository is built on SlowFast.
@article{pang2021pgt,
title={PGT: A Progressive Method for Training Models on Long Videos},
author={Pang, Bo and Peng, Gao and Li, Yizhuo and Lu, Cewu},
journal={arXiv preprint arXiv:2103.11313},
year={2021}
}