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
7c04ff55
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "2c9c7de1e3c16821bec229033599ccdb9f244844"
Commit
7c04ff55
authored
Jan 17, 2022
by
WenmuZhou
Browse files
add blank to android demo
parent
deed114e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
deploy/android_demo/app/src/main/java/com/baidu/paddle/lite/demo/ocr/Predictor.java
...c/main/java/com/baidu/paddle/lite/demo/ocr/Predictor.java
+1
-0
No files found.
deploy/android_demo/app/src/main/java/com/baidu/paddle/lite/demo/ocr/Predictor.java
View file @
7c04ff55
...
@@ -160,6 +160,7 @@ public class Predictor {
...
@@ -160,6 +160,7 @@ public class Predictor {
for
(
String
content
:
contents
)
{
for
(
String
content
:
contents
)
{
wordLabels
.
add
(
content
);
wordLabels
.
add
(
content
);
}
}
wordLabels
.
add
(
" "
);
Log
.
i
(
TAG
,
"Word label size: "
+
wordLabels
.
size
());
Log
.
i
(
TAG
,
"Word label size: "
+
wordLabels
.
size
());
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
Log
.
e
(
TAG
,
e
.
getMessage
());
Log
.
e
(
TAG
,
e
.
getMessage
());
...
...
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