open-mmlab / OpenPCDet

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
Apache License 2.0
4.72k stars 1.31k forks source link

Update data config path in custom pv_rcnn.yaml model #1646

Open bensturgis opened 3 months ago

bensturgis commented 3 months ago

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 file when calling train.py from the tools directory.