fmthoker / skeleton-contrast

41 stars 5 forks source link

Skeleton-Contrastive 3D Action Representation Learning

arch

This repository contains the implementation of our ACM MultiMedia 2021 paper:

Link:

[PDF] [Arxiv]

Requirements

 conda create -n  skeleton_contrast python=3.7 anaconda
 conda install pytorch==1.2.0 torchvision==0.4.0 -c pytorch
 pip install tensorboard

Data prepreprocessing instructions

cd data_gen
python ntu_gendata.py

Pretrain Instruction

Downstream Instruction

Pretrained Models

Results

Citation

If you use our work or code, kindly consider citing our paper:

@InProceedings{fmthoker_acmmm,
  author    = {Fida Mohammad Thoker, Hazel Doughty and Cees Snoek},
  title     = {Skeleton-Contrastive 3D Action Representation Learning},
  booktitle = {in Proceedings of the 29th ACM International Conference on Multimedia,(ACM MM), 2021},
  year      = {2021},
}