Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PYSKL: Towards Good Practices for Skeleton Action Recognition

About

We present PYSKL: an open-source toolbox for skeleton-based action recognition based on PyTorch. The toolbox supports a wide variety of skeleton action recognition algorithms, including approaches based on GCN and CNN. In contrast to existing open-source skeleton action recognition projects that include only one or two algorithms, PYSKL implements six different algorithms under a unified framework with both the latest and original good practices to ease the comparison of efficacy and efficiency. We also provide an original GCN-based skeleton action recognition model named ST-GCN++, which achieves competitive recognition performance without any complicated attention schemes, serving as a strong baseline. Meanwhile, PYSKL supports the training and testing of nine skeleton-based action recognition benchmarks and achieves state-of-the-art recognition performance on eight of them. To facilitate future research on skeleton action recognition, we also provide a large number of trained models and detailed benchmark results to give some insights. PYSKL is released at https://github.com/kennymckormick/pyskl and is actively maintained. We will update this report when we add new features or benchmarks. The current version corresponds to PYSKL v0.2.

Haodong Duan, Jiaqi Wang, Kai Chen, Dahua Lin• 2022

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 120 (X-set)
Accuracy90.8
661
Action RecognitionNTU RGB+D (Cross-View)
Accuracy97.4
609
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy98.5
575
Action RecognitionNTU RGB+D (Cross-subject)
Accuracy92.6
474
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy92.6
467
Action RecognitionNTU RGB+D X-sub 120
Accuracy88.6
377
Action RecognitionNTU RGB-D Cross-Subject 60
Accuracy93.2
305
Action RecognitionKinetics 400 (test)--
245
Skeleton-based Action RecognitionNTU RGB+D (Cross-View)
Accuracy97.4
213
Skeleton-based Action RecognitionNTU RGB+D 120 (X-set)
Top-1 Accuracy90.8
184
Showing 10 of 48 rows

Other info

Code

Follow for update