Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
85fd65c8
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "f83dee792a02ba51041301882785dbbfdbd8a692"
Commit
85fd65c8
authored
Feb 24, 2021
by
LDOUBLEV
Browse files
fix typo
parent
87f0aeed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/infer_det.py
tools/infer_det.py
+1
-1
No files found.
tools/infer_det.py
View file @
85fd65c8
...
@@ -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 resul
e
# write resul
t
dt_boxes_json
=
[]
dt_boxes_json
=
[]
for
box
in
boxes
:
for
box
in
boxes
:
tmp_json
=
{
"transcription"
:
""
}
tmp_json
=
{
"transcription"
:
""
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment