Skip to content

Commit

Permalink
[Fix]: rename centers2d to centers_2d (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCMax authored Jan 6, 2023
1 parent 9073a3b commit daf7473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit daf7473

Please sign in to comment.