PVRCNN环境搭建:
Reference:
环境框架:OpenPCDet
点击主页Installation
Spconv:
References:
instructions on how to successfully build spconv 1.0 #152
conda虚拟环境创建
cuda版本要与本机一致(如工控机为10.0)
cuda10.1+cudnn7.6.5+spconv1.2.1+pytorch1.3
conda create --name PVRCNN_NEW python=3.7 pytorch=1.3 cudatoolkit=10.1 cudatoolkit-dev=10.1 cmake --channel pytorch --channel=conda-forge