lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
696 stars 177 forks source link

undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E #49

Open trappist232 opened 3 years ago

trappist232 commented 3 years ago

ImportError: /smoke/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E

trappist232 commented 3 years ago

have you ever encountered this problem? could you tell me how to solve it?

maomaoaiTH commented 3 years ago

Have you solved yet? I encountered the same problem.

wangtuo0820 commented 2 years ago

Hi! check torch and torchvision version first. torch==1.3.1, torchvision==0.4.2 work for me.

KDJJJ commented 2 years ago

Have you solved yet? I encountered the same problem.

kunererer commented 2 years ago

Hi!Have you solved yet? I encountered the same problem.

ImportError: ../smoke/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

Huleyun commented 2 years ago

https://github.com/xingyizhou/CenterNet/issues/646

This error may be related to Anaconda and Pytorch for their discontinuous g++. I solve this problem by uninstall Anaconda and re-download SMOKE codes.