superpixPool
superpixPool copied to clipboard
Error?
I setup the lib by "python setup.py install" and then run "python test_GPUpool.py". And I got an error:
ImportError: /home/xidexia/anaconda3/lib/python3.6/site-packages/suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration
make gcc(++) version on 5.4.0
I setup the lib by "python setup.py install" and then run "python test_GPUpool.py". And I got an error:
ImportError: /home/xidexia/anaconda3/lib/python3.6/site-packages/suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration
See if .../site-packages/torch/utils/cpp_extensions.py has "define = '-D GLIBCXX_USE_CXX11_ABI=0'", if not, you need update your Pytorch
make gcc(++) version on 5.4.0
在 RoIPooling.pytorch 和其他一些问题下也见过你啊,小哥你真是无处不在啊
make gcc(++) version on 5.4.0
Can this build on windows? Thanks