xudejing / video-clip-order-prediction

Self-supervised Spatiotemporal Learning via Video Clip Order Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VCOP

This is the implementation of our paper "Self-supervised Spatiotemporal Learning via Video Clip Order Prediction".

Environments

  • Ubuntu 16.04
  • Python 3.6.1
  • Pytorch 0.4.1

Prerequisits

  1. Clone the repository to your local machine.

    $ git clone https://github.com/xudejing/VCOP.git
    
  2. Install the python dependency packages.

    $ pip install -r requirements.txt
    

Citation

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

About

Self-supervised Spatiotemporal Learning via Video Clip Order Prediction


Languages

Language:Python 100.0%