Tf-pose-estimation: no module named pafprocess

Created on 27 Apr 2020  路  4Comments  路  Source: ildoonet/tf-pose-estimation

i have tried the instruction given in readme files but unable to execute it
error;

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
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

All 4 comments

@ildoonet can you help

as the readme stated, https://github.com/ildoonet/tf-pose-estimation,

$ cd tf_pose/pafprocess
$ swig -python -c++ pafprocess.i && python3 setup.py build_ext --inplace

after this, everthing is ok !

$ swig -python -c++ pafprocess.i && python3 setup.py build_ext --inplace

This Command doesn't return anything for me.

(https://imgur.com/a/4HJ00iq)

I downloaded swig from this website (http://www.swig.org/download.html) and added the path of the extracted zip file to my system PATH var

Edit:

Same results when installing swig via conda install swig

try to run
$ swig -python -c++ pafprocess.i && python setup.py build_ext --inplace

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GreatGBL picture GreatGBL  路  4Comments

guofuzheng picture guofuzheng  路  6Comments

gen21kawa picture gen21kawa  路  5Comments

benhunt12 picture benhunt12  路  7Comments

vladbelo picture vladbelo  路  4Comments