NIEQiang001 / unsupervised-human-pose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupervised 3D Human Pose Representation

[Paper]

The implementation of our paper Unsupervised 3D Human Pose Representation with Viewpoint and Pose Disentanglement (ECCV2020).

To train the pose encoder using corrupted human skeletons, please run

python train_poseAE.py

Some extracted features of action datasets using the trained encoder can be download from here.

License and Citation

The use of this software is RESTRICTED to non-commercial research and educational purposes.

@inproceedings{Unsup3DPose,
  title={Unsupervised 3D Human Pose Representation with Viewpoint and Pose Disentanglement},
  author={Nie, Qiang and Liu, Ziwei and Liu, Yunhui},
  booktitle={European Conference on Computer Vision (ECCV)},
  year={2020}
}

About


Languages

Language:Python 100.0%