diff --git a/utils/utils.py b/utils/utils.py index 0a939e23a6572a1160655108f632a7587e7af55a..09519a654c306b4408e7e56a18d2fc894f96978a 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -106,7 +106,6 @@ def yolo_correct_boxes(top, left, bottom, right, input_shape, image_shape): box_maxes[:, 0:1], box_maxes[:, 1:2] ],axis=-1) - print(np.shape(boxes)) boxes *= np.concatenate([image_shape, image_shape],axis=-1) return boxes