Commit 2f028833 authored by liucong's avatar liucong
Browse files

修改crnn工程中的python格式

parent eb607cf9
......@@ -78,7 +78,6 @@ if __name__ == '__main__':
srcimg = cv2.imread(args.imgpath, 1)
# 执行推理
start = time.time()
resultRaw, resultSim = crnn.infer(srcimg)
print("============= Ocr Results =============")
print('%-20s => %-20s' % (resultRaw, resultSim))
......
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