Real-time RGBD-based Extended Body Pose Estimation
rgbd-kinect-pose
Real-time RGBD-based Extended Body Pose Estimation
The output of our module is in SMPL-X parametric body mesh model:
Combined system runs at 30 fps on a 2080ti GPU and 8 core @ 4GHz CPU.
Build
- Prereqs: your nvidia driver should support cuda 10.2, Windows or Mac are not supported.
- Clone repo:
- Docker setup:
- Build docker image: run 2 cmds
- Attach your Azure Kinect camera
- Check your Azure Kinect camera is working inside Docker container:
- Enter Docker container:
./run_local.sh
fromdocker
dir - Then run
python -m pyk4a.viewer --vis_color --no_bt --no_depth
inside docker container
- Enter Docker container:
Download data
- Download our data archive
smplx_kinect_demo_data.tar.gz
- Unzip:
mkdir /your/unpacked/dir
,tar -zxf smplx_kinect_demo_data.tar.gz -C /your/unpacked/dir
- Download models for hand, see link in