This is the implementation of our paper "Self-supervised Spatiotemporal Learning via Video Clip Order Prediction".
- Ubuntu 16.04
- Python 3.6.1
- Pytorch 0.4.1
-
Clone the repository to your local machine.
$ git clone https://github.com/xudejing/VCOP.git
-
Install the python dependency packages.
$ pip install -r requirements.txt
If you find this code useful, please cite the following paper:
@inproceedings{xu2019self,
title={Self-supervised Spatiotemporal Learning via Video Clip Order Prediction},
author={Xu, Dejing and Xiao, Jun and Zhao, Zhou and Shao, Jian and Xie, Di and Zhuang, Yueting},
booktitle={Computer Vision and Pattern Recognition (CVPR)}
year={2019}
}