new table gt format

This commit is contained in:
whjdark 2022-09-07 13:53:30 +08:00
parent 839357facf
commit 47683b9e38

View File

@ -2518,8 +2518,8 @@ class MainWindow(QMainWindow):
'filename': os.path.basename(image_path),
'html': html
}
# 重构HTML
d['gt'] = rebuild_html_from_ppstructure_label(d)
# imgid += 1
fid.write('{}\n'.format(
json.dumps(
d, ensure_ascii=False)))