Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.14 KB

PCRP

Introduction

This is the official implementation of "Prototypical Contrast and Reverse Prediction: Unsupervised Skeleton based Action Recognition".

Requirements

  • Python 3.6
  • Pytorch 1.0.1

Datasets

Put the data into the folder that matches the codes in pc_test.py

Usage

  • pretrain and then linear evaluation:
    python pc_test.py

License

PCRP is released under the MIT License.

Citation

@misc{xu2020prototypical,
title={Prototypical Contrast and Reverse Prediction: Unsupervised Skeleton Based Action Recognition},
author={Shihao Xu and Haocong Rao and Xiping Hu and Bin Hu},
year={2020},
eprint={2011.07236},
archivePrefix={arXiv},
primaryClass={cs.CV}
}