Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JingweiZhang12 committed Apr 26, 2023
1 parent e23b942 commit 757b3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmdet3d/models/dense_heads/centerpoint_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def __init__(self,
separate_head.update(
in_channels=share_conv_channel, heads=heads, num_cls=num_cls)
self.task_heads.append(MODELS.build(separate_head))
breakpoint()

def forward_single(self, x: Tensor) -> dict:
"""Forward function for CenterPoint.
Expand Down

0 comments on commit 757b3e7

Please sign in to comment.