"examples/vscode:/vscode.git/clone" did not exist on "89d8f84893ce7ba957a51bc1f48c608c564a5e69"
Commit 85fd65c8 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix typo

parent 87f0aeed
......@@ -97,7 +97,7 @@ def main():
preds = model(images)
post_result = post_process_class(preds, shape_list)
boxes = post_result[0]['points']
# write resule
# write result
dt_boxes_json = []
for box in boxes:
tmp_json = {"transcription": ""}
......
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