未验证 提交 2d1f9414 编写于 作者: A andyj 提交者: GitHub

fix det res dtype in table recognition (#8616)

* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix

* update check img

* fix det res dtype
上级 5cac7476
......@@ -93,7 +93,7 @@ class TableSystem(object):
time_dict['rec'] = rec_elapse
if return_ocr_result_in_table:
result['boxes'] = dt_boxes #[x.tolist() for x in dt_boxes]
result['boxes'] = [x.tolist() for x in dt_boxes]
result['rec_res'] = rec_res
tic = time.time()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册