"vscode:/vscode.git/clone" did not exist on "5b93338235191b19086534f91c78406e905d1921"
Commit 2eb6244c authored by zhangxin's avatar zhangxin
Browse files

修改英文注释

parent f3172214
...@@ -73,7 +73,7 @@ class TextRecognizer(object): ...@@ -73,7 +73,7 @@ class TextRecognizer(object):
width_list = [] width_list = []
for img in img_list: for img in img_list:
width_list.append(img.shape[1] / float(img.shape[0])) 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)) indices = np.argsort(np.array(width_list))
# rec_res = [] # 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