Closed GabrieleGalimberti-GaleSelector closed 2 years ago
Check if you can import spconv correctly.
It's the same issue as here: https://github.com/open-mmlab/OpenPCDet/issues/338 There is no solution yet.
Thank you @MartinHahner
For other viewers: if you try to use it and you find this error at file k, you can check if the file is created in the output directory and pass beyond k input point clouds. Whit this method you restart input from k. I obtained every result whit this approach.
But I don't understand from which reference system are bounding box results. Can you help me?
Hey, Gabriele, I encountered the same problem when I try to test the pre-trained model on my own data. The demo works fine with the Kitti data, but fails with my own data. Have you solved the issue?
python demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml --ckpt pv_rcnn_8369.pth --data_path test_00000.bin
2021-07-19 18:21:33,949 INFO -----------------Quick Demo of OpenPCDet-------------------------
2021-07-19 18:21:34,132 INFO Total number of samples: 1
2021-07-19 18:21:35,584 INFO ==> Loading parameters from checkpoint pv_rcnn_8369.pth to CPU
2021-07-19 18:21:36,150 INFO ==> Done (loaded 367/367)
2021-07-19 18:21:36,172 INFO Visualized sample index: 1
Traceback (most recent call last):
File "demo.py", line 103, in
I solve partially @HuangVictorAuto running multiple times the same program cheching if a pcd is processed. I skip pcd processed.
0 1 2 3 STOP
skip 0 skip 1 skip 2 skip 3 4 5 6 7 ...
I lost my configuration of packages: which config are you using for openpcdet? python, torch, ... please
my configuration are as followed: python 3.7,torch 1.7,cuda 11.0, cudnn 8.1, spconv 1.2.1,pcdet 0.3.0
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.
Hi, when I try demo.py in tools directory with a custom dataset I found this error after ~10/20 pointcloud. I'm not sure that is the size of pcd (*.npy) that is too big.
Command that I exec: python demo.py --cfg_file cfgs/kitti_models/PartA2.yaml --ckpt kitti_pretrained_models/PartA2_7940.pth --data_path media/dataset/
Thanks for watching