This repository contains the implementation of "Skepxels: Spatio-temporal Image Representation of Human Skeleton Joints for Action Recognition"
If you are using conda, you can create a virtual environment by conda env create -f environment.yml
Download and config facenet repository.
Modify pathes in below scripts to fit your own system.
Download NTU RGB+D action dataset. Only skeleton data is used here.
Preproess the skeleton data with scripts
Download trained models
Extract features of skepxel images with scripts.
Apply FTP on extracted features and split the results according to testing protocols.
Run classification.
Generate skexepl images for with scripts.
Place script to facenet/src
.
Config and Run TRAINING script.