Skip to content

eglxiang/Long-Short-Graph-Memory-Network

Repository files navigation

Long-Short-Graph-Memory-Network

Long-Short Graph Memory Network for Skeleton-based Action Recognition(WACV2020)

Here we provide an implementation of the LSGM + GTSC model, and we provide a reduced version of the SUSY data set for everyone to test the model easily. If you want to run this model on the complete SYSU dataset, you just need to download the dataset from web and make a few changes in process_sysu_initial.py (we already mentioned in that .py file)

#Notice As the SYSU data set is too small and our current model version algorithm is not stable enough, it may take several more trainings to achieve the desired effect.

Install

To run this demo, you should install these dependencies:

tensorflow 1.12.0
keras 2.2.4
python-lmdb 0.94
python 3.6.8

Run Demo

python process_sysu_initial.py
python train.py

Cite

@inproceedings{huang2020long,
  title={Long-Short Graph Memory Network for Skeleton-based Action Recognition},
  author={Huang, Junqin and Xiang, Xiang and Gong, Xuan and Zhang, Baochang and others},
  booktitle={The IEEE Winter Conference on Applications of Computer Vision},
  pages={645--652},
  year={2020}
}

About

Long-Short Graph Memory Network for Skeleton-based Action Recognition(WACV2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages