hustvl / MapTR

[ICLR'23 Spotlight] MapTR: Structured Modeling and Learning for Online Vectorized HD Map Construction
MIT License
982 stars 150 forks source link

bev_pool/bev_pool_ext.cpython-38-x86_64-linux-gnu.so ERROR #135

Open DonghoonPark12 opened 8 months ago

DonghoonPark12 commented 8 months ago

When trying to test,

$./tools/dist_test_map.sh ./projects/configs/maptr/maptr_tiny_r50_24e_t4.py ./ckpts/maptr_tiny_r50_24e_t4.pth 1

The error below appeared. Does the following mean that mmdet3d is not installed properly?

  File "/home/user/DATA_LOCAL2/MapTR/mmdetection3d/mmdet3d/ops/bev_pool/bev_pool.py", line 3, in <module>
    from . import bev_pool_ext
ImportError: /home/user/DATA_LOCAL2/MapTR/mmdetection3d/mmdet3d/ops/bev_pool/bev_pool_ext.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c104impl8GPUTrace13gpuTraceStateE
***************************************
XYyao16 commented 2 months ago

I also encountered this problem, have you solved it?