From daf74733ed06e4da163525e0e0523921ff33e46e Mon Sep 17 00:00:00 2001 From: ChaimZhu Date: Fri, 6 Jan 2023 18:24:57 +0800 Subject: [PATCH] [Fix]: rename centers2d to centers_2d (#2192) --- configs/pgd/pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/pgd/pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py b/configs/pgd/pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py index 65a5f4d49..acbcaa7b2 100644 --- a/configs/pgd/pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py +++ b/configs/pgd/pgd_r101-caffe_fpn_head-gn_16xb2-1x_nus-mono3d.py @@ -62,7 +62,7 @@ type='Pack3DDetInputs', keys=[ 'img', 'gt_bboxes', 'gt_bboxes_labels', 'attr_labels', - 'gt_bboxes_3d', 'gt_labels_3d', 'centers2d', 'depths' + 'gt_bboxes_3d', 'gt_labels_3d', 'centers_2d', 'depths' ]), ] test_pipeline = [