From cbbd8f79df8fbf666242a80d528fa3f0116d71da Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Sat, 26 Feb 2022 23:00:50 +0800 Subject: [PATCH] add new imgs --- .../app/src/main/res/values/arrays.xml | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/deploy/android_demo/app/src/main/res/values/arrays.xml b/deploy/android_demo/app/src/main/res/values/arrays.xml index cbcef045..54bb6e28 100644 --- a/deploy/android_demo/app/src/main/res/values/arrays.xml +++ b/deploy/android_demo/app/src/main/res/values/arrays.xml @@ -1,16 +1,24 @@ - 0.jpg - 90.jpg - 180.jpg - 270.jpg + det_0.jpg + det_90.jpg + det_180.jpg + det_270.jpg + rec_0.jpg + rec_0_180.jpg + rec_1.jpg + rec_1_180.jpg - images/0.jpg - images/90.jpg - images/180.jpg - images/270.jpg + images/det_0.jpg + images/det_90.jpg + images/det_180.jpg + images/det_270.jpg + images/rec_0.jpg + images/rec_0_180.jpg + images/rec_1.jpg + images/rec_1_180.jpg 1 threads @@ -48,4 +56,12 @@ BGR RGB + + 检测+分类+识别 + 检测+识别 + 分类+识别 + 检测 + 识别 + 分类 + \ No newline at end of file -- GitLab