From d8836edd1de0807bb9986a959415421d58d363a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E7=92=9E?= Date: Fri, 11 Oct 2024 17:37:23 +0800 Subject: [PATCH] readmefix-lw --- Samples/ACLHelloWorld/README.md | 9 +++++++++ Samples/ClassficationRetrainingAndInfer/README.md | 9 +++++++++ Samples/DetectionRetrainingAndInfer/README.md | 9 +++++++++ Samples/HandWritingTrainAndInfer/README.md | 9 +++++++++ Samples/ResnetPicture/README.md | 9 +++++++++ Samples/ResnetPictureThread/README.md | 9 +++++++++ Samples/ResnetQuickStart/README.md | 9 +++++++++ Samples/VideoDecode/README.md | 9 +++++++++ Samples/VideoEncode/README.md | 9 +++++++++ Samples/YOLOV5MultiInput/README.md | 9 +++++++++ Samples/YOLOV5USBCamera/README.md | 9 +++++++++ Samples/YOLOV5Video/README.md | 11 ++++++++++- 12 files changed, 109 insertions(+), 1 deletion(-) diff --git a/Samples/ACLHelloWorld/README.md b/Samples/ACLHelloWorld/README.md index 92a7f0f..3d7ed4f 100644 --- a/Samples/ACLHelloWorld/README.md +++ b/Samples/ACLHelloWorld/README.md @@ -10,6 +10,15 @@ - Context:Context在Device下,一个Context一定属于一个唯一的Device。Context作为一个容器,管理了所有对象(包括Stream、设备内存等)的生命周期。 - Stream:Stream用于维护一些异步操作的执行顺序,确保按照应用程序中的代码调用顺序在Device上执行。Stream是Device上的执行流,在同一个Stream中的任务执行严格保序。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/ClassficationRetrainingAndInfer/README.md b/Samples/ClassficationRetrainingAndInfer/README.md index 140ef8b..faf8b77 100644 --- a/Samples/ClassficationRetrainingAndInfer/README.md +++ b/Samples/ClassficationRetrainingAndInfer/README.md @@ -4,6 +4,15 @@ 本样例基于预训练resnet18模型使用性别分类数据集实现了识别人性别的功能,包含训练到om推理全过程。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/DetectionRetrainingAndInfer/README.md b/Samples/DetectionRetrainingAndInfer/README.md index 8bf02d4..839d51c 100644 --- a/Samples/DetectionRetrainingAndInfer/README.md +++ b/Samples/DetectionRetrainingAndInfer/README.md @@ -4,6 +4,15 @@ 本样例基于预训练ssd-mobilenet模型使用口罩识别数据集实现了检测口罩佩戴识别的功能,包含训练到om推理全过程。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/HandWritingTrainAndInfer/README.md b/Samples/HandWritingTrainAndInfer/README.md index 55c6d57..5892e0c 100644 --- a/Samples/HandWritingTrainAndInfer/README.md +++ b/Samples/HandWritingTrainAndInfer/README.md @@ -4,6 +4,15 @@ 本样例使用MNIST数据集实现了手写数字识别体的训练,onnx推理,om推理全过程。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/ResnetPicture/README.md b/Samples/ResnetPicture/README.md index c42649f..b0e2aa1 100644 --- a/Samples/ResnetPicture/README.md +++ b/Samples/ResnetPicture/README.md @@ -4,6 +4,15 @@ 基于PyTorch框架的ResNet50模型,对*.jpg图片分类,输出各图片Top5置信度的分类ID、分类名称。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/ResnetPictureThread/README.md b/Samples/ResnetPictureThread/README.md index 242fcb4..6df60b1 100644 --- a/Samples/ResnetPictureThread/README.md +++ b/Samples/ResnetPictureThread/README.md @@ -4,6 +4,15 @@ 基于PyTorch框架的ResNet50模型,使用多线程并行方式进行推理,对*.jpg图片分类,输出各图片Top5置信度的分类ID、分类名称。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/ResnetQuickStart/README.md b/Samples/ResnetQuickStart/README.md index 3026af6..07d9f42 100644 --- a/Samples/ResnetQuickStart/README.md +++ b/Samples/ResnetQuickStart/README.md @@ -4,6 +4,15 @@ 基于PyTorch框架的ResNet50模型,对\*.jpg图片分类,输出各图片所属分类的编号、名称。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + **样例的处理流程如下图所示:** ![输入图片说明](readme_img/zh-cn_image_0000001591372956.png) diff --git a/Samples/VideoDecode/README.md b/Samples/VideoDecode/README.md index 64fab26..ba19178 100644 --- a/Samples/VideoDecode/README.md +++ b/Samples/VideoDecode/README.md @@ -4,6 +4,15 @@ 该样例为使用ACLLite接口完成视频解码,主要功能为读取mp4文件的前十帧并解码为YUV图片。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/VideoEncode/README.md b/Samples/VideoEncode/README.md index b6777e0..7e742b0 100644 --- a/Samples/VideoEncode/README.md +++ b/Samples/VideoEncode/README.md @@ -4,6 +4,15 @@ 该样例为使用ACLLite接口完成视频编码,主要功能为读取YUV文件的十次并编码为H264视频文件。 +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/YOLOV5MultiInput/README.md b/Samples/YOLOV5MultiInput/README.md index 9719db5..68fbef6 100644 --- a/Samples/YOLOV5MultiInput/README.md +++ b/Samples/YOLOV5MultiInput/README.md @@ -5,6 +5,15 @@ 使用多路离线视频流(*.mp4)作为应用程序的输入,基于YoloV5s模型对输入视频中的物体做实时检测,将推理结果信息使用imshow方式显示。 样例代码逻辑如下所示:![输入图片说明](https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/samples-pic/EdgeAndRobotics/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%A4%BA%E4%BE%8B%E5%9B%BE%E7%89%87.png) +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 准备环境 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/YOLOV5USBCamera/README.md b/Samples/YOLOV5USBCamera/README.md index 16afffd..fb033f5 100644 --- a/Samples/YOLOV5USBCamera/README.md +++ b/Samples/YOLOV5USBCamera/README.md @@ -7,6 +7,15 @@ 样例结构如下所示: ![输入图片说明](https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/samples-pic/EdgeAndRobotics/%E5%8D%95%E7%BA%BF%E7%A8%8B%E7%A4%BA%E4%BE%8B%E5%9B%BE%E7%89%87.png) +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | + #### 执行准备 1. 确认已安装带桌面的镜像且HDMI连接的屏幕正常显示 diff --git a/Samples/YOLOV5Video/README.md b/Samples/YOLOV5Video/README.md index 403f8c8..3eb5695 100644 --- a/Samples/YOLOV5Video/README.md +++ b/Samples/YOLOV5Video/README.md @@ -2,7 +2,16 @@ #### 样例介绍 -通过USB接口连接Camera与开发板,从Camera获取视频,基于yolov5s模型对输入视频中的物体做实时检测,将推理结果信息使用imshow方式显示。 +通过USB接口连接Camera与开发板,从Camera获取视频,基于yolov5s模型对输入视频中的物体做实时检测,将推理结果信息使用imshow方式显示。 + +#### 版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 23.0.0 | [固件驱动安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0005.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit) | + | CANN | 7.0.0 |[CANN软件包安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0011.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | Python | 3.9.2 |[Python安装准备](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/80RC3alpha003/softwareinst/instg/instg_0064.html?Mode=PmIns&OS=Ubuntu&Software=cannToolKit#ZH-CN_TOPIC_0000002017916412?Mode=PmIns&OS=Ubuntu&Software=cannToolKit)| + | 硬件设备型号 | Orange Pi AIpro | - | #### 样例下载 -- Gitee