提交 f9f75747 编写于 作者: T tink2123

fix typo

上级 c0b04955
......@@ -49,5 +49,6 @@ for img_file in os.listdir(test_img_dir):
feed={"x": image}, fetch=["save_infer_model/scale_0.tmp_1"], batch=True)
one_batch_res = ocr_reader.postprocess(fetch_map, with_score=True)
for res in one_batch_res:
res_list.append(res[0])
res = {"res": str(res_list)}
print(res)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册