mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-01-07 20:46:07 +00:00
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…
x
Reference in New Issue
Block a user