"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f83dee792a02ba51041301882785dbbfdbd8a692"
Commit 85fd65c8 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix typo

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