Skip to content

HanzoZY/STST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STST

STST: Spatial-Temporal Specialized Transformer for Skeleton-based Action Recognition in ACM MultiMedia2021

Result

A little different with paper due the reimplementation.

  • NTU-RGB+D X-Sub: ~91.9%
  • SHREC-28: ~95.3%

Packages Required

Python=3.6, Torch=1.6, Pickle, Numpy, Tqdm, Time, Opencv, Collections, Pyyaml, EasyDict, Shutil, Colorama, Argparse, TensorboardX, Itertools, Math, Inspect, Imutils

Data Preparation

Training & Testing

  • Train
    • Change the config file depending on what you want.

      python train.py --config ./config/shrec/shrec_stst_28.yaml

  • Test
    • Change the config file depending on what you want.

      python eval.py --config ./workdir/val/shrec/stst_toy_28_val.yaml

      Here we provide a small version of the model that has been trained for you to test.

Citation

Please cite the following paper if you use this repository in your reseach.

@inproceedings{zhang2021stst,
    title={STST: Spatial-Temporal Specialized Transformer for Skeleton-based Action Recognition},
    author={Zhang, Yuhan and Wu, Bo and Li, Wen and Duan, Lixin and Gan, Chuang},
    booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
    pages={3229--3237},
    year={2021}
}

Reference

The code of this project is based on the DSTA-Net(Decoupled Spatial-Temporal Attention Network for Skeleton-Based Action-Gesture Recognition)

Contact

For any questions, feel free to contact: [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published