rmbashirov / rgbd-kinect-pose

Demo for "Real-time RGBD-based Extended Body Pose Estimation" paper
MIT License
185 stars 22 forks source link

install #1

Closed legoc1986 closed 3 years ago

legoc1986 commented 3 years ago

Hi, @rmbashirov, Thanks a lot for publishing this code and really interesting paper. As I am quite new to use the docker to build and run the examples.

Computer infor:

rmbashirov commented 3 years ago

Hi @legoc1986 You should have final docker image azure_kinect:03_final in your docker images

I have added instructions in readme.md 722920ff95800ad8ec59a04a97cf19278a5865aa to check your kinect is working inside Docker container.

I have also added details of how to change paths in config file (that you have already done).

rmbashirov commented 3 years ago

Do git submodule update --force --init --remote As stated in updated readme.md baf565b2d48e1e363f84dbb3c39661b1e39db2cc

legoc1986 commented 3 years ago

@rmbashirov Thanks a lot for the update. After implement all instructions in readme.md. I tried ./run_local.sh. Then inside docker container run

 python -m pyk4a.viewer --vis_color --no_bt --no_depth

but I get error that

bash: python: command not found