Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
4831431f
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4831431f
编写于
2月 26, 2022
作者:
W
WenmuZhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
rm load model btn
上级
06c7c840
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
40 addition
and
8 deletion
+40
-8
deploy/android_demo/app/src/main/res/layout/activity_main.xml
...oy/android_demo/app/src/main/res/layout/activity_main.xml
+40
-8
未找到文件。
deploy/android_demo/app/src/main/res/layout/activity_main.xml
浏览文件 @
4831431f
...
...
@@ -23,13 +23,7 @@
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/btn_load_model"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:onClick=
"btn_load_model_click"
android:text=
"加载模型"
/>
<Button
android:id=
"@+id/btn_run_model"
android:layout_width=
"0dp"
...
...
@@ -52,7 +46,45 @@
android:onClick=
"btn_choice_img_click"
android:text=
"选取图片"
/>
<Button
android:id=
"@+id/btn_reset_img"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:onClick=
"btn_reset_img_click"
android:text=
"清空绘图"
/>
</LinearLayout>
<LinearLayout
android:id=
"@+id/run_mode_layout"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<CheckBox
android:id=
"@+id/cb_opencl"
android:layout_width=
"0dp"
android:layout_weight=
"1"
android:layout_height=
"wrap_content"
android:text=
"开启OPENCL"
android:onClick=
"cb_opencl_click"
android:visibility=
"gone"
/>
<TextView
android:layout_width=
"0dp"
android:layout_weight=
"0.5"
android:layout_height=
"wrap_content"
android:text=
"运行模式:"
/>
<Spinner
android:id=
"@+id/sp_run_mode"
android:layout_width=
"0dp"
android:layout_weight=
"1.5"
android:layout_height=
"wrap_content"
android:entries=
"@array/run_Model"
/>
</LinearLayout>
<TextView
android:id=
"@+id/tv_input_setting"
android:layout_width=
"wrap_content"
...
...
@@ -60,7 +92,7 @@
android:scrollbars=
"vertical"
android:layout_marginLeft=
"12dp"
android:layout_marginRight=
"12dp"
android:layout_marginTop=
"
10
dp"
android:layout_marginTop=
"
5
dp"
android:layout_marginBottom=
"5dp"
android:lineSpacingExtra=
"4dp"
android:singleLine=
"false"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录