fix typo
This commit is contained in:
parent
87f0aeed70
commit
85fd65c8f0
|
@ -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": ""}
|
||||
|
|
Loading…
Reference in New Issue