OpenPCDet
OpenPCDet copied to clipboard
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
I have successfully trained models on my custom dataset, however, when it went to the test phase, it showed me the following error, i thought the reason is custom_dataset.py doesn't...
hello, i don't konw why the test result of PCDet 's Pointpillar have a little big improvment above the paper. For example, use the model pth in PCDet have the...
At present, I only marked 5 point cloud data, and the prompt Database filter by min points vehicle: 5 => 0 appears during training, resulting in ValueError: need at least...
how to improve target assignment operation when set batch_size = N like `15`, class num = 6 or more bigger, function `assign_target_single` will be called 90 times , and it's...
I wanted to know if you can export the models to standard pytorch models ?
When I use " POINT_CLOUD_RANGE: [-40, -134.4, -2, 40, 70.4, 2]" and set batch_size=8 in KITTI, training is ok, but when I change the batch_size=12, it outputs the following errors:...
Hi. I want to know how to count true positive, false positive and false negative in the eval.py. Thanks.

The first step of `Quick Demo` is : Download the provided pretrained models as shown in the [README.md](https://github.com/open-mmlab/OpenPCDet/blob/master/README.md). Then all the pretrained models are stored in `gdriver`. But, `Hmmm… can't...
Hi All, Thank you for this wonderful repo! Do you support multimodal models (point clouds + RGB)? if not do you have a pipeline / dataloader we can use for...