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