Unverified Commit daf74733 authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

[Fix]: rename centers2d to centers_2d (#2192)

parent 9073a3b5
...@@ -62,7 +62,7 @@ train_pipeline = [ ...@@ -62,7 +62,7 @@ train_pipeline = [
type='Pack3DDetInputs', type='Pack3DDetInputs',
keys=[ keys=[
'img', 'gt_bboxes', 'gt_bboxes_labels', 'attr_labels', '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 = [ test_pipeline = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment