Skip to content

Commit

Permalink
delete debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed Oct 9, 2022
1 parent 81e4c3d commit 9919cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/infer/predict_det.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def __call__(self, img):

post_result = self.postprocess_op(preds, shape_list)
dt_boxes = post_result[0]['points']
print("det_boxes", dt_boxes)

if (self.det_algorithm == "SAST" and self.det_sast_polygon) or (
self.det_algorithm in ["PSE", "FCE", "CT"] and
self.postprocess_op.box_type == 'poly'):
Expand Down

0 comments on commit 9919cb7

Please sign in to comment.