Skip to content

Commit e090a93

Browse files
authored
Update utils.py
1 parent 0788621 commit e090a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def yolo_correct_boxes(top, left, bottom, right, input_shape, image_shape):
106106
box_maxes[:, 0:1],
107107
box_maxes[:, 1:2]
108108
],axis=-1)
109-
print(np.shape(boxes))
110109
boxes *= np.concatenate([image_shape, image_shape],axis=-1)
111110
return boxes
112111

0 commit comments

Comments
 (0)