whai362 / PSENet

Official Pytorch implementations of PSENet.
Apache License 2.0
1.17k stars 344 forks source link

ImportError:/PSENet/pse/adaptor.so: undefined symbol: _ZN2cv8fastFreeEPv #72

Open ganliqiang opened 5 years ago

ganliqiang commented 5 years ago

i meet the same error,but when i remove all opencv and reinstall it ,that mathod still do not work,so i use the python-opencv , it is very slow, so i still want to use c++ version of pse,so who do run this project successfully ?please help me , i appreciated very much ?

luckydog5 commented 5 years ago

Have you solved it? I met the same error.

yudie433 commented 4 years ago

Have you solved it? I met the same error

chankyu-choi commented 4 years ago

I solved it as bellow.

jun214384468 commented 4 years ago

I solved it as bellow.

我是在anaconda3下装的opencv3.4.3

buptlihang commented 3 years ago

You may not get all the information related to the compilation of opencv, try to run

apt-get install pkg-config

Then delete adaptor.so and recompile