A GCN-based generative adversarial network for skeleton sequence generation
- Python >= 3.6
- PyTorch >= 1.2.0
- pyyaml, tqdm, tensorboardX
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
python inference.py --config ./config/test_cfg.yaml --T 300 --B 10