Use OpenPose on Google Colaboratory

Use OpenPose on Google Colaboratory

Thanks

First, I want to thank “tugstugi”'s answer
Use OpenPose on Google Colaboratory
this answer help me find the problem in my method.

About Openpose

see this link to konw the openpose:

https://github.com/CMU-Perceptual-Computing-Lab/openpose

Use it on colab

clik this link and copy the .ipynb file to your own Colab

https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/OpenPose.ipynb

attention:
place the openpose files at /content/
to use openpose:
after running the first cell

Use OpenPose on Google Colaboratory
you have configured the needed environment.next ,use openpose by following the instruction in their official files.