belltailjp / selective_search_py

Python-based implementation of the Selective Search for Object Recognition.
MIT License
368 stars 121 forks source link

undefined symbol: _ZTIN5boost6python7objects21py_function_impl_baseE #36

Open greenyin opened 3 years ago

greenyin commented 3 years ago

py3.6 boost1.73

when i exec ./demo_showcandidates.py original.jpg it occurs ImportError: ImportError: /home/yinli/PythonProject/slag_classification/segment/selective_search_py/segment.so: undefined symbol: _ZTIN5boost6python7objects21py_function_impl_baseE

Anyone have solutions? Help me pls.