Skip to content

Releases: kennymckormick/pyskl

PYSKL Release v0.2

12 May 08:09
6a5f18c
Compare
Choose a tag to compare

New Algorithms

New Datasets

  • Kinetics-400 (2D skeleton)
  • Diving48 (2D skeleton)

New Features

  • Generating 2D skeleton annotations for a custom video dataset.
  • Support spatial augmentations (rotate & scale).
  • Support GCN inference in demo_skeleton

Bug Fix

  • Fix bug in vis_heatmap.ipynb
  • Fix links of ST-GCN++ weights

Known Issues

  • Currently, demo_skeleton is not compatible with PoseC3D trained on K400.

PYSKL Release v0.1

03 Apr 10:01
Compare
Choose a tag to compare

Supported Algorithms

  • PoseConv3D (CVPR2022 Oral): A 3D-CNN based approach for skeleton action recognition.
  • ST-GCN (AAAI 2018): A GCN based approach for skeleton action recognition.
  • ST-GCN++ (PYSKL): A variant of ST-GCN, which achieves outstanding recognition performance without any adaptive schemes.

Supported Datasets

  • NTURGB+D & NTURGB+D 120 (all splits, both 2D & 3D skeletons).
  • FineGYM (2D skeletons).
  • UCF101 (2D skeletons).
  • HMDB51 (2D skeletons).

Supported Features

  • Training and testing of all supported algorithms.
  • Visualization of both 2D and 3D skeleton annotations.