We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eaa9bf + 5aa59f8 commit c7bb659Copy full SHA for c7bb659
second/pytorch/builder/box_coder_builder.py
@@ -19,7 +19,7 @@ def build(box_coder_config):
19
"""
20
box_coder_type = box_coder_config.WhichOneof('box_coder')
21
if box_coder_type == 'ground_box3d_coder':
22
- cfg = box_coder_config.bev_box_coder
+ cfg = box_coder_config.ground_box3d_coder
23
return GroundBox3dCoderTorch(cfg.linear_dim, cfg.encode_angle_vector)
24
elif box_coder_type == 'bev_box_coder':
25
cfg = box_coder_config.bev_box_coder
0 commit comments