From d0c619a2e556b75d41babe82933dee491f55c1f2 Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:15:39 +0800 Subject: [PATCH] Update box_utils.py --- utils/box_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/box_utils.py b/utils/box_utils.py index 8cfdfe4..d06f25d 100644 --- a/utils/box_utils.py +++ b/utils/box_utils.py @@ -171,6 +171,5 @@ def ssd_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 \ No newline at end of file + return boxes -- GitLab