提交 ab0de246 编写于 作者: L lvmingfu

fix codes and image of the quick_start.md in lite for r0.7

上级 8cdf4919
# 快速入门(Lite) # 快速入门
<!-- TOC --> <!-- TOC -->
- [快速入门(Lite)](#快速入门lite) - [快速入门](#快速入门)
- [概述](#概述) - [概述](#概述)
- [选择模型](#选择模型) - [选择模型](#选择模型)
- [转换模型](#转换模型) - [转换模型](#转换模型)
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<!-- /TOC --> <!-- /TOC -->
<a href="https://gitee.com/mindspore/docs/blob/master/lite/tutorials/source_zh_cn/quick_start/quick_start.md" target="_blank"><img src="../_static/logo_source.png"></a>
## 概述 ## 概述
我们推荐你从端侧Android图像分类demo入手,了解MindSpore Lite应用工程的构建、依赖项配置以及相关API的使用。 我们推荐你从端侧Android图像分类demo入手,了解MindSpore Lite应用工程的构建、依赖项配置以及相关API的使用。
...@@ -79,16 +81,16 @@ MindSpore Model Zoo中图像分类模型可[在此下载](#TODO)。 ...@@ -79,16 +81,16 @@ MindSpore Model Zoo中图像分类模型可[在此下载](#TODO)。
3. 在Android设备上,点击“继续安装”,安装完即可查看到设备摄像头捕获的内容和推理结果。 3. 在Android设备上,点击“继续安装”,安装完即可查看到设备摄像头捕获的内容和推理结果。
![install](../images/lite_quick_start_install.jpg) ![install](../images/lite_quick_start_install.png)
如下图所示,成功识别出图中内容是键盘和鼠标。 如下图所示,成功识别出图中内容是键盘和鼠标。
![result](../images/lite_quick_start_app_result.jpg) ![result](../images/lite_quick_start_app_result.png)
## 示例程序详细说明 ## 示例程序详细说明
本端侧图像分类Android示例程序分为JAVA层和JNI层,其中,JAVA层主要通过Android Camera 2 API实现摄像头获取图像帧,以及相应的图像处理等功能;JNI层在[Runtime](https://www.mindspore.cn/tutorial/zh-CN/master/use/lite_runtime.html)中完成模型推理的过程。 本端侧图像分类Android示例程序分为JAVA层和JNI层,其中,JAVA层主要通过Android Camera 2 API实现摄像头获取图像帧,以及相应的图像处理等功能;JNI层在[Runtime](https://www.mindspore.cn/lite/tutorial/zh-CN/master/use/runtime.html)中完成模型推理的过程。
> 此处详细说明示例程序的JNI层实现,JAVA层运用Android Camera 2 API实现开启设备摄像头以及图像帧处理等功能,需读者具备一定的Android开发基础知识。 > 此处详细说明示例程序的JNI层实现,JAVA层运用Android Camera 2 API实现开启设备摄像头以及图像帧处理等功能,需读者具备一定的Android开发基础知识。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册