Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbliiiing authored Sep 9, 2020
1 parent e70a9e9 commit 7a73cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a73cb0

Please sign in to comment.