V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.48k stars 299 forks source link

CMakeLists.txt file not found | resolution #175

Open obadul024 opened 1 year ago

obadul024 commented 1 year ago

after the instruction:

cd spconv && python setup.py bdist_wheel

if you get an error that says:

spconv/third_party/pybind11 does not contain a CMakeLists.txt file

you need to get the submodule files with this command

git submodule update --init --recursive