提交 2eb6244c 编写于 作者: 张欣-男's avatar 张欣-男

修改英文注释

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册