Skip to content

This is the project repository for the research study Human Action Recognition using BlazePose Skeleton on Spatial Temporal Graph Convolutional Networks presented by Motasem S. Alsawadi and Miguel Rio.

malswadi/blazepose-skeleton-hmdb-ucf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Human Action Recognition using BlazePose Skeleton on Spatial Temporal Graph Convolutional Networks

This is the project repository for the research study Human Action Recognition using BlazePose Skeleton on Spatial Temporal Graph Convolutional Networks presented by Motasem S. Alsawadi and Miguel Rio. *Pending for publication

BlazePose skeleton data from a 'tennis swing' action of the UCF-101 dataset

Contents

1. Download UCF-101 skeleton dataset

The UCF-101 dataset provides a total of 13,320 clips classified into 101 action classes. The skeleton output layout has been extracted using the BlazePose model from MediaPipe. Due to the variability of the duration of each clip, a fixed duration of 300 frames has been proposed. Therefore, if any video clip has less than 300 frames, we repeat the initial frames until reach the amount needed. Otherwise, if the video clip exceeds the frame number, we randomly eliminated the difference in frames. Consequently, the spatio-temporal information of the skeleton of each video sample can be represented as a tensor with shape (33, 3, 300). An independent JSON file has been exported for each video sample. Thus, the outcome of this process are 13,320 JSON files with the BlazePose skeleton information of the UCF-101 dataset. respectively. The UCF-101 Blazepose skeleton dataset can be downloaded here.

2. Download HMDB-51 skeleton dataset

The HMDB-51 dataset provides a total of 6,766 video clips of 51 different classes. Similar to the UCF-101 skeleton dataset, the skeleton output layout has been extracted using the BlazePose model using the same fixed length of 300 frames. Also, an independent JSON file has been exported for each video sample. Therefore, 6,766 JSON files with the BlazePose skeleton information of the HMDB-51 dataset. The HMDB-51 skeleton dataset can be downloaded here.

3. Storage info

The UCF-101 and HMDB-51 skeleton dataset are provided as .zip format.

UCF-101

The compressed file size of the UCF-101 BlazePose Skeleton dataset is 499 MB. On the other hand, the uncompressed format has a size of 1.57 GB of storage.

HMDB-51

The compressed file size of the HMDB-51 BlazePose Skeleton dataset is 150 MB. Alternatively, the uncompressed format has a size of 478 MB of storage.

Citation

When our paper is published, we will include the citation information in this section.

Acknowledgements

The training code is written by Motasem S. Alsawadi and it is based upon the skeleton extraction guidelines provided in Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition, Sijie Yan, Yuanjun Xiong and Dahua Lin, AAAI 2018. [Arxiv Preprint]

About

This is the project repository for the research study Human Action Recognition using BlazePose Skeleton on Spatial Temporal Graph Convolutional Networks presented by Motasem S. Alsawadi and Miguel Rio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published