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.
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
tocfgs/dataset_configs/custom_dataset.yaml
to correctly reference the dataset configuration file when callingtrain.py
from thetools
directory.