keras-openpose-reproduce icon indicating copy to clipboard operation
keras-openpose-reproduce copied to clipboard

PyFPE error

Open tanakataiki opened this issue 7 years ago • 1 comments

After set up, pycocotools, I run python3 eval_coco2014_multi_modes.py --eval_method 0 The following error occurred. it seems python environment conflict. Do you have any idea how to solve this? I use Anaconda env python3.5 Ubuntu16.04LTS

ImportError: ../dataset/cocoapi/PythonAPI/pycocotools/_mask.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf

Thanks for a great repo.

tanakataiki avatar May 11 '18 08:05 tanakataiki

Thanks. I am checking this issue now. eval_coco2014_multi_modes.py loads a few modules including COCOAPI. It seems like this is an COCOAPI issue. Can you run the COCOAPI individually on your machine?

kevinlin311tw avatar May 11 '18 20:05 kevinlin311tw