mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-27 23:18:23 +00:00
opt output
This commit is contained in:
parent
864af3db34
commit
59671466e3
@ -78,7 +78,7 @@ def save_res(res, save_folder, img_name):
|
||||
pass
|
||||
else:
|
||||
with open(os.path.join(excel_save_folder, 'res.txt'), 'a', encoding='utf8') as f:
|
||||
for box, rec_res in zip(*region['res']):
|
||||
for box, rec_res in zip(region['res'][0],region['res'][1]):
|
||||
f.write('{}\t{}\n'.format(np.array(box).reshape(-1).tolist(), rec_res))
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user