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
d94cde77
Commit
d94cde77
authored
May 14, 2020
by
tink2123
Browse files
rm anno
parent
576cbfa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tools/infer/predict_system.py
tools/infer/predict_system.py
+0
-1
No files found.
tools/infer/predict_system.py
View file @
d94cde77
...
@@ -108,7 +108,6 @@ if __name__ == "__main__":
...
@@ -108,7 +108,6 @@ if __name__ == "__main__":
is_visualize
=
True
is_visualize
=
True
for
image_file
in
image_file_list
:
for
image_file
in
image_file_list
:
img
=
cv2
.
imread
(
image_file
)
img
=
cv2
.
imread
(
image_file
)
print
(
img
.
shape
)
if
img
is
None
:
if
img
is
None
:
logger
.
info
(
"error in loading image:{}"
.
format
(
image_file
))
logger
.
info
(
"error in loading image:{}"
.
format
(
image_file
))
continue
continue
...
...
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