Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yysijie/st-gcn

Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch
https://github.com/yysijie/st-gcn

Last synced: about 2 months ago
JSON representation

Spatial Temporal Graph Convolutional Networks (ST-GCN) for Skeleton-Based Action Recognition in PyTorch

Awesome Lists containing this project

README

        

## Reminder

ST-GCN has transferred to [MMSkeleton](https://github.com/open-mmlab/mmskeleton),
and keep on developing as an flexible open source toolbox for skeleton-based human understanding.
You are welcome to migrate to new MMSkeleton.
Custom networks, data loaders and checkpoints of old st-gcn are compatible with MMSkeleton.
If you want to use old ST-GCN, please refer to [OLD_README.md](./OLD_README.md).

This code base will soon be not maintained and exists as a historical artifact to supplement our AAAI papers on:

> **Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition**, Sijie Yan, Yuanjun Xiong and Dahua Lin, AAAI 2018. [[Arxiv Preprint]](https://arxiv.org/abs/1801.07455)

For more recent works please checkout MMSkeleton.