修改英文注释

This commit is contained in:
zhangxin 2020-06-27 23:29:29 +08:00
parent f3172214d6
commit 2eb6244c1f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class TextRecognizer(object):
width_list = []
for img in img_list:
width_list.append(img.shape[1] / float(img.shape[0]))
# Sorting can be accelerated
# Sorting can speed up the recognition process
indices = np.argsort(np.array(width_list))
# rec_res = []