欢迎使用Markdown编辑器
numony的pytorch.second主要是做pointpillars的,下载kitti后要建立imageset文件夹,并使用
脚本来将编号拆分为train test eval三部分。否则无法运行create data.py
要想使用另外一块gpu,改变train.py里面的cuda:0是会报错的,正确方法是在python3 train.py前面加上CUDA_VISIBLE_DEVICES=1
使用traveller58的second.pytorch是为了使用可视化,但是编译spconv需要改/home/c/spconv/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log 把有wall那段删除,最后一个报错pybind11 does not contain a CMakeLists.txt file. 用git submodule update --init --recursive解决