Skip to content

Commit

Permalink
修改英文注释
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangXinNan committed Jun 27, 2020
1 parent f317221 commit 2eb6244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/infer/predict_rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __call__(self, img_list):
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 = []
Expand Down

0 comments on commit 2eb6244

Please sign in to comment.