Mrmoore98 / VectorMapNet_code

This is the official code base of VectorMapNet (ICML 2023)
https://tsinghua-mars-lab.github.io/vectormapnet/
GNU General Public License v3.0
405 stars 56 forks source link

MMDetection3D #35

Open SFrav opened 1 year ago

SFrav commented 1 year ago

I am currently trying to install MMDetection3D. Unfortunately I encountered a few issues while building the package from source. I've managed to work through most of the issues. Now the build process fails with the following error message:

/root/anaconda3/envs/compiler_compat/ld: cannot find /root/mmdetection3d-0.17.3/build/temp.linux-x86_64-cpython-38/mmdet3d/ops/spconv/src/reordering_cuda.o: No such file or directory

I have already checked that the CUDA_HOME and LD_LIBRARY_PATH environment variables are correctly set, and I have also verified that I have the correct version of CUDA installed (11.1). I also revised torch/utils/cpp_extension.py to work with the current ninja version.

If I don't plan to use lidar can I do without this package? It's already taken a long time to troubleshoot compile errors and I'm stumped by this one.