Tf-pose-estimation: how to solve this problem

Created on 2 Sep 2019  ·  3Comments  ·  Source: ildoonet/tf-pose-estimation

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.

Most helpful comment

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++'],

All 3 comments

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++'],
Was this page helpful?
0 / 5 - 0 ratings

Related issues

zerolim820 picture zerolim820  ·  3Comments

benhunt12 picture benhunt12  ·  7Comments

guofuzheng picture guofuzheng  ·  6Comments

gen21kawa picture gen21kawa  ·  5Comments

manoharthondapu picture manoharthondapu  ·  4Comments