Merge pull request #3325 from WenmuZhou/fx_bug
fix starttime no define error
This commit is contained in:
commit
180f7d0051
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue