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