# Human Body 3D Pose Estimation
3D human body pose estimation aims at predicting the X, Y, Z coordinates of human body joints. Based on the camera number to capture the images or videos, existing works can be further divided into multi-view methods and single-view (monocular) methods.
## Data preparation
Please follow [DATA Preparation](/docs/en/dataset_zoo/3d_body_keypoint.md) to prepare data.
## Demo
Please follow [Demo](/demo/docs/en/3d_human_pose_demo.md) to run demos.