Skip to content

A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.

License

Notifications You must be signed in to change notification settings

Eddie-521/mmskeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMSkeleton

Introduction

MMSkeleton is an open source toolbox for skeleton-based human understanding, including but not limited to pose estimation, action recognition and skeleton sequence generation. It is a part of the open-mmlab project developed by Multimedia Laboratory, CUHK.

Installation

pip install -e .

Run

# run a pseudo processor for training.
python tools/run.py configs/pseudo/train.yaml

# train st-gcn.
python tools/run.py configs/st_gcn/train.yaml
# test st-gcn.
python tools/run.py configs/st_gcn/test.yaml --checkpoint $CHECKPOINT_PATH

# show help message
python <config file> -h

About

A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.7%
  • Cuda 47.2%
  • Other 0.1%