3D Object Detection

踩坑日记

  1. spconv安装时,当使用的是cuda10.1记得安装update2版本,原始版本有bug
  2. spconv pip install 步骤,会报以下错误
ERROR: spconv-1.1-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.

解决办法如下:

python -m pip install spconv-1.2.1-cp37-cp37m-linux_x86_64.whl