Home

Awesome

Spatio-Temporal LSTM (ST-LSTM) with Trust Gates for 3D Human Action Recognition

@inproceedings{liu2016spatio,
  title={Spatio-Temporal LSTM with Trust Gates for 3D Human Action Recognition},  
  author={Liu, Jun and Shahroudy, Amir and Xu, Dong and Wang, Gang},  
  booktitle={ECCV},
  year={2016},
}

To run this code, first install Torch7, then install csvigo by using luarocks (luarocks install csvigo).

To test the method on NTU RGB+D dataset, please put the files "skl.csv", "descs.csv", and "training_testing_subjects.csv" in the folder "/data/".

Related Publications:

J. Liu, A. Shahroudy, D. Xu, A. Kot, G. Wang, Skeleton-based action recognition using spatio-temporal LSTM network with trust gates, T-PAMI, 2017.

J. Liu, G. Wang, P. Hu, L. Duan, A. Kot, Global context-aware attention LSTM networks for 3D action recognition, CVPR, 2017.

The code is built on char-rnn. Thanks to Andrej Karpathy‏.