BRNet
BRNet copied to clipboard
ImportError: /workspaces/BRNet/mmdet3d/ops/ball_query/ball_query_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIN3c107complexINS2_4HalfEEEEEPKNS_6detail12TypeMetaDataEv
Thanks for your error report and we appreciate it a lot.
Checklist
- I have searched related issues but cannot get the expected help.
- The bug has not been fixed in the latest version.
Describe the bug I tried running the demo mentioned in the readme.md and get the following error:
Traceback (most recent call last):
File "demo/pcd_demo.py", line 3, in
Reproduction
- What command or script did you run?
CUDA_VISIBLE_DEVICES=0 python demo/pcd_demo.py sunrgbd_000094.bin demo/brnet_8x1_sunrgbd-3d-10class.py checkpoints/brnet_8x1_sunrgbd-3d-10class_trained.pth
I used the config file included so don't think that is a solution to this problem.
It's usually a compile error. You may check your pytorch version, nvcc version, gcc/g++ version for compiling the cuda ops in mmdetection3d.