"...benchmarks-master/perfzero/lib/setup.py" did not exist on "441c8f408cf451f41e784171335c0e59d5972d8e"
Commit 8e6c03f5 authored by WenmuZhou's avatar WenmuZhou
Browse files

remove blank line

parent fa8a0e38
......@@ -306,7 +306,6 @@ class PaddleOCR(predict_system.TextSystem):
if isinstance(img, np.ndarray) and len(img.shape) == 2:
img = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR)
if det and rec:
dt_boxes, rec_res = self.__call__(img)
return [[box.tolist(), res] for box, res in zip(dt_boxes, rec_res)]
elif det and not rec:
......
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