V2AI / Det3D

World's first general purpose 3D object detection codebse.

Home Page:https://arxiv.org/abs/1908.09492

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists.txt file not found | resolution

obadul024 opened this issue · comments

commented

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