emecercelik / ssl-3d-detection

39 stars 7 forks source link

When i install mmdet3d==0.13.0, i met a problem #9

Open ShaneCan opened 11 months ago

ShaneCan commented 11 months ago

g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/all.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/indice.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/indice_cuda.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/maxpool.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/maxpool_cuda.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/reordering.o: No such file or root g++: error: /home/new/mmdetection3d-0.13.0/build/temp.linux-x86_64-3.7/mmdet3d/ops/spconv/src/reordering_cuda.o: No such file or root

I think because this version is too old and these files are not exists, so who can provide these files? really apreciate that, that is really important for me!!! @HenryJunW could you help me? thx!

HenryJunW commented 11 months ago

@ShaneCan I don't encounter this error before. How did you install mmdet3d?

ShaneCan commented 11 months ago

@ShaneCan I don't encounter this error before. How did you install mmdet3d?

i download the mmdet3d 0.13.0 source code and use "pip install -e ." to install. but i met this problem