Commit 2eb6244c authored by zhangxin's avatar zhangxin
Browse files

修改英文注释

parent f3172214
......@@ -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 = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment