tf-pose-estimation
tf-pose-estimation copied to clipboard
ImportError: cannot import name '_pafprocess' from 'tf_pose.pafprocess'
File "F:\SDXX\tfopenpose\openpose\tf_pose\pafprocess\pafprocess.py", line 13, in
Hello, I have the same problem. How do you solve it?
The solution here might be to build the c++ library, run the following commands:
- cd tf_pose/pafprocess/
- swig -python -c++ pafprocess.i
- python setup.py build_ext --inplace
Thank you, buddy. It worked on my ubuntu 22.04