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
cbbd8f79
Commit
cbbd8f79
authored
Feb 26, 2022
by
WenmuZhou
Browse files
add new imgs
parent
4831431f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
8 deletions
+24
-8
deploy/android_demo/app/src/main/res/values/arrays.xml
deploy/android_demo/app/src/main/res/values/arrays.xml
+24
-8
No files found.
deploy/android_demo/app/src/main/res/values/arrays.xml
View file @
cbbd8f79
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
<string-array
name=
"image_name_entries"
>
<string-array
name=
"image_name_entries"
>
<item>
0.jpg
</item>
<item>
det_0.jpg
</item>
<item>
90.jpg
</item>
<item>
det_90.jpg
</item>
<item>
180.jpg
</item>
<item>
det_180.jpg
</item>
<item>
270.jpg
</item>
<item>
det_270.jpg
</item>
<item>
rec_0.jpg
</item>
<item>
rec_0_180.jpg
</item>
<item>
rec_1.jpg
</item>
<item>
rec_1_180.jpg
</item>
</string-array>
</string-array>
<string-array
name=
"image_name_values"
>
<string-array
name=
"image_name_values"
>
<item>
images/0.jpg
</item>
<item>
images/det_0.jpg
</item>
<item>
images/90.jpg
</item>
<item>
images/det_90.jpg
</item>
<item>
images/180.jpg
</item>
<item>
images/det_180.jpg
</item>
<item>
images/270.jpg
</item>
<item>
images/det_270.jpg
</item>
<item>
images/rec_0.jpg
</item>
<item>
images/rec_0_180.jpg
</item>
<item>
images/rec_1.jpg
</item>
<item>
images/rec_1_180.jpg
</item>
</string-array>
</string-array>
<string-array
name=
"cpu_thread_num_entries"
>
<string-array
name=
"cpu_thread_num_entries"
>
<item>
1 threads
</item>
<item>
1 threads
</item>
...
@@ -48,4 +56,12 @@
...
@@ -48,4 +56,12 @@
<item>
BGR
</item>
<item>
BGR
</item>
<item>
RGB
</item>
<item>
RGB
</item>
</string-array>
</string-array>
<string-array
name=
"run_Model"
>
<item>
检测+分类+识别
</item>
<item>
检测+识别
</item>
<item>
分类+识别
</item>
<item>
检测
</item>
<item>
识别
</item>
<item>
分类
</item>
</string-array>
</resources>
</resources>
\ No newline at end of file
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