This code is an MATLAB implementation of the paper: "Spatio-temporal cuboid pyramid for action recognition using depth motion sequences".
This code requires MATLAB, tested on 64-bit Windows with MATLAB R2015a. It depends on LIBLINEAR as a linear classifier, which has been contained in the folder ./LibMatlab.
The code is setted up for the MSR Action 3D dataset by default.
- Download the MSRAction3D dataset from https://www.uow.edu.au/~wanqing/#Datasets. And then decompress the file
Depth.rarto the directory of this code; - Run the file
bin2mat.mto convert the orginal binary file*.binto MATLAB matrix file*.mat; - Run the file
main.m, and you will get the final result after several minutes:
...
Accuracy = 94.5455% (260/275)
...
If this code is useful for you, please consider citing our paper:
X. Ji, J. Cheng, and W. Feng, "Spatio-temporal cuboid pyramid for action recognition using depth motion sequences," in 2016 Eighth International Conference on Advanced Computational Intelligence (ICACI), 2016, pp. 208-213.