OpenPCDet
OpenPCDet copied to clipboard
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
This pull request updates the relative path for the dataset config in the custom `pv_rcnn.yaml` model. The path was changed from `../dataset_configs/custom_dataset.yaml` to `cfgs/dataset_configs/custom_dataset.yaml` to correctly reference the dataset configuration...
This merge request updates the version of kornia in the cu116.Dockerfile to 0.6.5. This change was necessary because not specifying the version of kornia was causing issues with Docker, preventing...
I am trying to train pv-rcnn model using a custom dataset. I prepared my data as recommended in the custom_data_tutorial page, then I generated data info then I used the...
I try to project detected 3D bounding boxes on its 2D image in demo.py, but unfortunately I couldn't find any easy way to do that. Would it be possible for...
Dear developer, if possible , could you please provide the PV RCNN++ pretrained model? Thank you very much
Several download links for nuScenes models are not working. Can you fix those? Thanks in advance!
Hi, I have been using OpenPCDet (https://github.com/open-mmlab/OpenPCDet) for 3D object detection on LiDAR data. I found some GitHub repositories that provide ROS packages for OpenPCDet, and I'm wondering if there...
Hi, thank you for the great work. Is that possible to compile "OpenPCDet" without GPU? Our GPU will automatically cut down the script if the utilization rate of the GPU...
Hi, thanks for making this wonderful work publicly available. I am trying to train Pillarnet with different pillar sizes as explained in their paper. It is not clear to me...