implement-of-openpose-master')
Reloaded modules: common, tensblur, tensblur.smoother, pafprocess
No module named '_pafprocess'
you need to build c++ library for pafprocess. See : https://github.com/ildoonet/tf-pose-estimation/tree/master/tf_pose/pafprocess
An exception has occurred, use %tb to see the full traceback.
The answer is in the page https://github.com/ildoonet/tf-pose-estimation/tree/master/tf_pose/pafprocess。
thank you
------------------ 原始邮件 ------------------
发件人: "Guo-king"notifications@github.com;
发送时间: 2019年9月5日(星期四) 下午3:59
收件人: "ildoonet/tf-pose-estimation"tf-pose-estimation@noreply.github.com;
抄送: "十年一觉"1935458275@qq.com;"Author"author@noreply.github.com;
主题: Re: [ildoonet/tf-pose-estimation] how to solve this problem (#518)
The answer is in the page https://github.com/ildoonet/tf-pose-estimation/tree/master/tf_pose/pafprocess。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
If you are missing swig, install it with brew:
brew install swig
And for me, I had to add these two parameters in the setup.py file
extra_compile_args = ['-stdlib=libc++'],
extra_link_args=['-stdlib=libc++'],
Most helpful comment
If you are missing swig, install it with brew:
brew install swigAnd for me, I had to add these two parameters in the setup.py file