superpixPool
superpixPool copied to clipboard
Error
Hi,Bermanmaxim, I have setup the lib by "python setup.py install" and the run "python test_GPUpool.py", but finding some error when I run the code:
suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at5ErrorC1ENS_14SourceLocationENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Could you please let me know if I have something missed? Thank you!
In my experience this might be linked to GCC versions (most recent GCC versions have different defaults with respect to standards). @Mathijssch do you have an idea on this?
Got the same error here! Waiting for the solution.
Unfortunately, I haven't experienced this issue yet, so I'm not sure what could be the problem. I do agree that it seems like it's linked to your compiler version. My best guess at this point would be to try updating gcc as suggested in https://github.com/bermanmaxim/superpixPool/issues/3#issuecomment-430113142.
See this issue. It clarifys why this happened. Your can simply upgrade your Pytorch, the error will dispear.