Skip to content

Commit 027e31c

Browse files
committed
remove pdb
1 parent 048849b commit 027e31c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/mmdet3d_plugin/uniad/dense_heads/seg_head_plugin/seg_detr_head.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ def _get_target_single(self,
517517
"""
518518
num_bboxes = bbox_pred.size(0)
519519
# assigner and sampler
520-
# import ipdb
521-
# ipdb.set_trace()
522520
assign_result = self.assigner.assign(bbox_pred, cls_score, gt_bboxes,
523521
gt_labels, img_meta,
524522
gt_bboxes_ignore)

0 commit comments

Comments
 (0)