Skip to content

A GCN-based generative adversarial network for skeleton sequence generation

Notifications You must be signed in to change notification settings

Kebii/Skeleton-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton-GAN

A GCN-based generative adversarial network for skeleton sequence generation image image

Dependencies

  • Python >= 3.6
  • PyTorch >= 1.2.0
  • pyyaml, tqdm, tensorboardX

Train

Dataset: NTU-RGB+D 120
Data preparation can be refered to: https://github.com/kenziyuliu/MS-G3D

python train.py --config ./config/train_cfg.yaml

Inference

python inference.py --config ./config/test_cfg.yaml --T 300 --B 10

About

A GCN-based generative adversarial network for skeleton sequence generation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages