OpenPCDet
OpenPCDet copied to clipboard
How to visualize point cloud when running demo.py with pretrain model
This is my code
%cd /content/OpenPCDet/tools
! python demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml
--ckpt /content/OpenPCDet/data/kitti/pv_rcnn_8369.pth
--data_path /content/OpenPCDet/data/kitti/training/velodyne/000000.bin
This is the error, i don't know how to fix
/content/OpenPCDet/tools
2022-07-06 13:12:58,075 INFO -----------------Quick Demo of OpenPCDet-------------------------
2022-07-06 13:12:58,075 INFO Total number of samples: 1
2022-07-06 13:13:01,908 INFO ==> Loading parameters from checkpoint /content/OpenPCDet/data/kitti/pv_rcnn_8369.pth to CPU
2022-07-06 13:13:01,978 INFO ==> Done (loaded 367/367)
2022-07-06 13:13:02,311 INFO Visualized sample index: 1
[Exception|implicit_gemm_pair]indices=torch.Size([0, 4]),bs=1,ss=[41, 1600, 1408],algo=ConvAlgo.MaskImplicitGemm,ksize=[3, 3, 3],stride=[1, 1, 1],padding=[1, 1, 1],dilation=[1, 1, 1],subm=True,transpose=False
SPCONV_DEBUG_SAVE_PATH not found, you can specify SPCONV_DEBUG_SAVE_PATH as debug data save path to save debug data which can be attached in a issue.
Traceback (most recent call last):
File "demo.py", line 125, in
This might be due to a wrong spconv installation. Can you try and run the demo script inside the official docker container?
Maybe this is because that your dataset contains empty file (no valid object)
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.