OpenPCDet icon indicating copy to clipboard operation
OpenPCDet copied to clipboard

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.

Results 171 OpenPCDet issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to train a custom dataset using PointPillar. I have created the data according to what is shown on the custom dataset page. However, on training, I...

Very great work! It is fast in inference and light-weighted. When I train the model using waymo (after processing it using your codes), the loss seems not to be decreasing....

Hello Writer... Thank you so much for developing open source tools for SOTA 3D object detections. I am trying to recreate MPPNet performance for multiframe 3D object detection in Waymo...

In "OpenPCDet/docs/guidelines_of_approaches/mppnet.md" at the section evaluation > multi GPU instead of: --cfgs/waymo_models/mppnet_4frames.yaml it should be: --cfg_file cfgs/waymo_models/mppnet_4frames.yaml

Missing packages for dataset generation. Kornia version fixed according to this issue: https://github.com/open-mmlab/OpenPCDet/issues/1487

This is the respective training run: https://tensorboard.dev/experiment/8zdGXm0ASLGJ2hXxyyvByQ/#scalars This the evaluation: https://tensorboard.dev/experiment/6n7wPQqJTveDyeBKYl5TBA/#scalars Epoch 59 yields this: ``` Car [email protected], 0.70, 0.70: bbox AP:95.6613, 89.7706, 89.0775 bev AP:89.4961, 87.5416, 86.3418 3d AP:87.8288,...

Fixed the issue of #1515. Reproducibility: Uncertain if affected by PyTorch versions. Impact: It shouldn't effect existing code benchmarks, but could avoid potential bugs in the downstream custom operations.

Hello. The existing dockerfile has several problems. - Dockerfile : too old to work. - cu116.Dockerfile : It takes so much time to build docker image. If you launch Dynamic...

sec_per_example is calculated from different start time than the experiment start and logs wrong value. Really short sec_per_example was also raised in these issues #1464 and #1468. ### steps required...

This PR only adds 2 more commits on top of PR #1394 and introduces pointwise laser origins in the dataset loading and processing routine, enabled through the dataset config key...