Environment to run tf-pose-estimation
107
Environment to run tf-pose-estimation.
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
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