update img_tools

release/1.1
tink2123 5 years ago
parent 2cc1d00b04
commit 5fae5ffd5e

@ -53,7 +53,6 @@ def resize_norm_img(img, image_shape):
def resize_norm_img_chinese(img, image_shape):
imgC, imgH, imgW = image_shape
# todo: change to 0 and modified image shape
imgC = 3
max_wh_ratio = 0
h, w = img.shape[0], img.shape[1]
ratio = w * 1.0 / h

Loading…
Cancel
Save