1、连接服务器,配好环境pytorch+cuda
2、创建自己的文件夹,然后在该文件夹中操作文件夹wx,cd wx
3、下载项目代码: git clone --recursive GitHub - sshaoshuai/PointRCNN: PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019. 4、配置依赖包:
pip install easydict
pip install tqdm
pip insatll tensorboardX
pip install fire
pip install numba
pip install pyyaml
pip install scikit-image
pip install shapely
5、
安装pytorch1.0.0:conda install pytorch==1.0.0 torchvision==0.2.1 cuda100 -c pytorch
打开python,并运行:import torch载入该模块,未报错则
6、安装pointnet2_lib, iou3d, roipool3d库,具体方法:cd命令进入PiontRcnn目录,运行 sh build_and_install.sh
7、下载数据集
8、下

最低0.47元/天 解锁文章
814





