Merge pull request #3325 from WenmuZhou/fx_bug

fix starttime no define error
This commit is contained in:
zhoujun 2021-07-14 18:17:43 +08:00 committed by GitHub
commit 180f7d0051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class TextClassifier(object):
if '180' in label and score > self.cls_thresh:
img_list[indices[beg_img_no + rno]] = cv2.rotate(
img_list[indices[beg_img_no + rno]], 1)
elapse = time.time() - starttime
return img_list, cls_res, elapse