Sign inSign up

masakazutobeta/openpose

By masakazutobeta

•Updated over 4 years ago

Environment to run tf-pose-estimation

Image
0

107

masakazutobeta/openpose repository overview

Environment to run tf-pose-estimation.

  • Jetson : nvcr-l4t-r*-tf*-py3
  • Desktop: nvcr-*-tf*-py3

After pulling the docker image, you need to run a script like the following.

if [ ! -d . /OpenPose ]; then
    git clone https://github.com/gsethi2409/tf-pose-estimation.git . /OpenPose
fi
docker run --rm --net host -v $(pwd)/OpenPose:/OpenPose -w /OpenPose/tf_pose/pafprocess -it $DOCKER_IMG bash -c "swig -python -c++ pafprocess.i && python3 setup.py build_ext --inplace"
docker run --rm --net host -v $(pwd)/OpenPose:/OpenPose -w /OpenPose/models/graph/cmu -it $DOCKER_IMG bash download.sh

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 4 years ago

docker pull masakazutobeta/openpose:nvcr-l4t-r32.6.1-tf2.5-py3