From d373ac4d68e6321d58bc85faca000f0d0a34decd Mon Sep 17 00:00:00 2001 From: "ben.sturgis" Date: Wed, 7 Aug 2024 10:04:07 +0200 Subject: [PATCH] Update data config path in custom pv_rcnn.yaml model --- tools/cfgs/custom_models/pv_rcnn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cfgs/custom_models/pv_rcnn.yaml b/tools/cfgs/custom_models/pv_rcnn.yaml index 99afcb367..1d542374b 100644 --- a/tools/cfgs/custom_models/pv_rcnn.yaml +++ b/tools/cfgs/custom_models/pv_rcnn.yaml @@ -1,7 +1,7 @@ CLASS_NAMES: ['Vehicle', 'Pedestrian', 'Cyclist'] DATA_CONFIG: - _BASE_CONFIG_: ../dataset_configs/custom_dataset.yaml + _BASE_CONFIG_: cfgs/dataset_configs/custom_dataset.yaml MODEL: NAME: PVRCNN