From 532421e09ed8625cbce764e7aa1237e760e0c4ab Mon Sep 17 00:00:00 2001 From: lw <14249586+li-wei-tiwl@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 16:50:09 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E2=80=9Creadme=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Samples/ACLHelloWorld/README.md | 10 ++++++++++ Samples/ClassficationRetrainingAndInfer/README.md | 11 +++++++++++ Samples/DetectionRetrainingAndInfer/README.md | 11 +++++++++++ Samples/HandWritingTrainAndInfer/README.md | 11 +++++++++++ Samples/ResnetPicture/README.md | 11 +++++++++++ Samples/ResnetPictureThread/README.md | 11 +++++++++++ Samples/ResnetQuickStart/README.md | 10 ++++++++++ Samples/VideoDecode/README.md | 11 +++++++++++ Samples/VideoEncode/README.md | 11 +++++++++++ Samples/YOLOV5MultiInput/README.md | 11 +++++++++++ Samples/YOLOV5USBCamera/README.md | 11 +++++++++++ Samples/YOLOV5Video/README.md | 11 +++++++++++ 12 files changed, 130 insertions(+) diff --git a/Samples/ACLHelloWorld/README.md b/Samples/ACLHelloWorld/README.md index 92a7f0f..2f1f22e 100644 --- a/Samples/ACLHelloWorld/README.md +++ b/Samples/ACLHelloWorld/README.md @@ -10,6 +10,16 @@ - 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)| + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 diff --git a/Samples/ClassficationRetrainingAndInfer/README.md b/Samples/ClassficationRetrainingAndInfer/README.md index 140ef8b..7344913 100644 --- a/Samples/ClassficationRetrainingAndInfer/README.md +++ b/Samples/ClassficationRetrainingAndInfer/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/ClassficationRetrainingAndInfer ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 - 本样例中的模型支持PyTorch2.1.0、torchvision1.16.0版本,请参考[安装PyTorch](https://www.hiascend.com/document/detail/zh/canncommercial/700/envdeployment/instg/instg_0046.html)章节安装PyTorch以及torch_npu插件。 diff --git a/Samples/DetectionRetrainingAndInfer/README.md b/Samples/DetectionRetrainingAndInfer/README.md index 8bf02d4..8b786fe 100644 --- a/Samples/DetectionRetrainingAndInfer/README.md +++ b/Samples/DetectionRetrainingAndInfer/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/ClassficationRetrainingAndInfer ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 - 本样例中的模型支持PyTorch2.1.0、torchvision1.16.0版本,请参考[安装PyTorch](https://www.hiascend.com/document/detail/zh/canncommercial/700/envdeployment/instg/instg_0046.html)章节安装PyTorch以及torch_npu插件。 diff --git a/Samples/HandWritingTrainAndInfer/README.md b/Samples/HandWritingTrainAndInfer/README.md index 55c6d57..246f029 100644 --- a/Samples/HandWritingTrainAndInfer/README.md +++ b/Samples/HandWritingTrainAndInfer/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/Mnist_For_Pytorch ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 - 本样例中的模型支持PyTorch2.1.0、torchvision1.16.0版本,请参考[安装PyTorch](https://www.hiascend.com/document/detail/zh/canncommercial/700/envdeployment/instg/instg_0046.html)章节安装PyTorch以及torch_npu插件。 diff --git a/Samples/ResnetPicture/README.md b/Samples/ResnetPicture/README.md index c42649f..d3263ad 100644 --- a/Samples/ResnetPicture/README.md +++ b/Samples/ResnetPicture/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/ResnetPicture ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/ResnetPictureThread/README.md b/Samples/ResnetPictureThread/README.md index 242fcb4..e21a8c0 100644 --- a/Samples/ResnetPictureThread/README.md +++ b/Samples/ResnetPictureThread/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/ResnetPicture ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/ResnetQuickStart/README.md b/Samples/ResnetQuickStart/README.md index 3026af6..20ffeac 100644 --- a/Samples/ResnetQuickStart/README.md +++ b/Samples/ResnetQuickStart/README.md @@ -43,6 +43,16 @@ ├── script // 用于存放编译、运行样例的脚本 ├── src // 用于存放源码 ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + ### 执行准备 diff --git a/Samples/VideoDecode/README.md b/Samples/VideoDecode/README.md index 64fab26..c70c9e6 100644 --- a/Samples/VideoDecode/README.md +++ b/Samples/VideoDecode/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Peripherals/DVPP/vdec ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/VideoEncode/README.md b/Samples/VideoEncode/README.md index b6777e0..c394f1b 100644 --- a/Samples/VideoEncode/README.md +++ b/Samples/VideoEncode/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Peripherals/DVPP/venc ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/YOLOV5MultiInput/README.md b/Samples/YOLOV5MultiInput/README.md index 9719db5..6147e0e 100644 --- a/Samples/YOLOV5MultiInput/README.md +++ b/Samples/YOLOV5MultiInput/README.md @@ -5,6 +5,17 @@ 使用多路离线视频流(*.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)| + + #### 准备环境 1. 以HwHiAiUser用户登录开发板。 diff --git a/Samples/YOLOV5USBCamera/README.md b/Samples/YOLOV5USBCamera/README.md index 16afffd..2bbe284 100644 --- a/Samples/YOLOV5USBCamera/README.md +++ b/Samples/YOLOV5USBCamera/README.md @@ -7,6 +7,17 @@ 样例结构如下所示: ![输入图片说明](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)| + + #### 执行准备 1. 确认已安装带桌面的镜像且HDMI连接的屏幕正常显示 diff --git a/Samples/YOLOV5Video/README.md b/Samples/YOLOV5Video/README.md index 403f8c8..daa4c26 100644 --- a/Samples/YOLOV5Video/README.md +++ b/Samples/YOLOV5Video/README.md @@ -31,6 +31,17 @@ cd EdgeAndRobotics-master/Samples/YOLOV5Video ``` +#### 环境准备 + +环境版本配套表 + + | 配套 | 版本 | 环境准备指导 | + | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | + | 固件与驱动 | 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)| + + #### 执行准备 1. 确认已安装带桌面的镜像且HDMI连接的屏幕正常显示 -- Gitee From 4c2aba72ac003b02aca5b9b118e39c30ea060035 Mon Sep 17 00:00:00 2001 From: lw <14249586+li-wei-tiwl@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 17:05:52 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E2=80=9Creadmefix=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Samples/ACLHelloWorld/README.md | 2 ++ Samples/ClassficationRetrainingAndInfer/README.md | 1 + Samples/DetectionRetrainingAndInfer/README.md | 1 + Samples/HandWritingTrainAndInfer/README.md | 1 + Samples/ResnetPicture/README.md | 1 + Samples/ResnetPictureThread/README.md | 1 + Samples/ResnetQuickStart/README.md | 1 + Samples/VideoDecode/README.md | 1 + Samples/VideoEncode/README.md | 1 + Samples/YOLOV5MultiInput/README.md | 1 + Samples/YOLOV5USBCamera/README.md | 1 + Samples/YOLOV5Video/README.md | 1 + 12 files changed, 13 insertions(+) diff --git a/Samples/ACLHelloWorld/README.md b/Samples/ACLHelloWorld/README.md index 2f1f22e..1d3ce70 100644 --- a/Samples/ACLHelloWorld/README.md +++ b/Samples/ACLHelloWorld/README.md @@ -19,6 +19,8 @@ | 固件与驱动 | 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 7344913..e035a62 100644 --- a/Samples/ClassficationRetrainingAndInfer/README.md +++ b/Samples/ClassficationRetrainingAndInfer/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 8b786fe..758d6a0 100644 --- a/Samples/DetectionRetrainingAndInfer/README.md +++ b/Samples/DetectionRetrainingAndInfer/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 246f029..6c6b642 100644 --- a/Samples/HandWritingTrainAndInfer/README.md +++ b/Samples/HandWritingTrainAndInfer/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 d3263ad..aaa0431 100644 --- a/Samples/ResnetPicture/README.md +++ b/Samples/ResnetPicture/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 e21a8c0..a1f94df 100644 --- a/Samples/ResnetPictureThread/README.md +++ b/Samples/ResnetPictureThread/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 20ffeac..73828b5 100644 --- a/Samples/ResnetQuickStart/README.md +++ b/Samples/ResnetQuickStart/README.md @@ -52,6 +52,7 @@ | 固件与驱动 | 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/VideoDecode/README.md b/Samples/VideoDecode/README.md index c70c9e6..69e1629 100644 --- a/Samples/VideoDecode/README.md +++ b/Samples/VideoDecode/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 c394f1b..37b1ca5 100644 --- a/Samples/VideoEncode/README.md +++ b/Samples/VideoEncode/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 6147e0e..f72db16 100644 --- a/Samples/YOLOV5MultiInput/README.md +++ b/Samples/YOLOV5MultiInput/README.md @@ -14,6 +14,7 @@ | 固件与驱动 | 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/YOLOV5USBCamera/README.md b/Samples/YOLOV5USBCamera/README.md index 2bbe284..0032357 100644 --- a/Samples/YOLOV5USBCamera/README.md +++ b/Samples/YOLOV5USBCamera/README.md @@ -16,6 +16,7 @@ | 固件与驱动 | 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/YOLOV5Video/README.md b/Samples/YOLOV5Video/README.md index daa4c26..7480afe 100644 --- a/Samples/YOLOV5Video/README.md +++ b/Samples/YOLOV5Video/README.md @@ -40,6 +40,7 @@ | 固件与驱动 | 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 From 42fba556d5f96dfdcae367d292f045aec3ddc41b Mon Sep 17 00:00:00 2001 From: lw <14249586+li-wei-tiwl@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 19:17:10 +0800 Subject: [PATCH 3/4] readmefix2 --- .../ClassficationRetrainingAndInfer/README.md | 22 +++++++++---------- Samples/DetectionRetrainingAndInfer/README.md | 21 ++++++++---------- Samples/HandWritingTrainAndInfer/README.md | 22 +++++++++---------- Samples/ResnetPicture/README.md | 21 ++++++++---------- Samples/ResnetPictureThread/README.md | 20 ++++++++--------- Samples/ResnetQuickStart/README.md | 20 ++++++++--------- Samples/VideoDecode/README.md | 21 ++++++++---------- Samples/VideoEncode/README.md | 21 ++++++++---------- Samples/YOLOV5MultiInput/README.md | 4 +--- Samples/YOLOV5USBCamera/README.md | 5 +---- Samples/YOLOV5Video/README.md | 21 ++++++++---------- 11 files changed, 85 insertions(+), 113 deletions(-) diff --git a/Samples/ClassficationRetrainingAndInfer/README.md b/Samples/ClassficationRetrainingAndInfer/README.md index e035a62..6d807a2 100644 --- a/Samples/ClassficationRetrainingAndInfer/README.md +++ b/Samples/ClassficationRetrainingAndInfer/README.md @@ -1,9 +1,18 @@ -# 性别分类训练和推理 +3# 性别分类训练和推理 #### 样例介绍 本样例基于预训练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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,17 +40,6 @@ cd EdgeAndRobotics-master/Samples/ClassficationRetrainingAndInfer ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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 758d6a0..2d83945 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,18 +40,6 @@ cd EdgeAndRobotics-master/Samples/ClassficationRetrainingAndInfer ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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 | - | - - #### 执行准备 - 本样例中的模型支持PyTorch2.1.0、torchvision1.16.0版本,请参考[安装PyTorch](https://www.hiascend.com/document/detail/zh/canncommercial/700/envdeployment/instg/instg_0046.html)章节安装PyTorch以及torch_npu插件。 diff --git a/Samples/HandWritingTrainAndInfer/README.md b/Samples/HandWritingTrainAndInfer/README.md index 6c6b642..61d8b70 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -30,18 +39,7 @@ # 4. 切换到样例目录 cd EdgeAndRobotics-master/Samples/Mnist_For_Pytorch ``` - -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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 aaa0431..007b099 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,18 +40,6 @@ cd EdgeAndRobotics-master/Samples/ResnetPicture ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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/ResnetPictureThread/README.md b/Samples/ResnetPictureThread/README.md index a1f94df..f7c6cf0 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,17 +40,6 @@ cd EdgeAndRobotics-master/Samples/ResnetPicture ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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 73828b5..fc8db27 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) @@ -43,17 +52,6 @@ ├── script // 用于存放编译、运行样例的脚本 ├── src // 用于存放源码 ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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/VideoDecode/README.md b/Samples/VideoDecode/README.md index 69e1629..9b0d38e 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,18 +40,6 @@ cd EdgeAndRobotics-master/Peripherals/DVPP/vdec ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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/VideoEncode/README.md b/Samples/VideoEncode/README.md index 37b1ca5..e9b0bfb 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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,18 +40,6 @@ cd EdgeAndRobotics-master/Peripherals/DVPP/venc ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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/YOLOV5MultiInput/README.md b/Samples/YOLOV5MultiInput/README.md index f72db16..949a13c 100644 --- a/Samples/YOLOV5MultiInput/README.md +++ b/Samples/YOLOV5MultiInput/README.md @@ -5,9 +5,7 @@ 使用多路离线视频流(*.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) -#### 环境准备 - -环境版本配套表 +#### 硬件版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/YOLOV5USBCamera/README.md b/Samples/YOLOV5USBCamera/README.md index 0032357..368a5bb 100644 --- a/Samples/YOLOV5USBCamera/README.md +++ b/Samples/YOLOV5USBCamera/README.md @@ -7,9 +7,7 @@ 样例结构如下所示: ![输入图片说明](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) -#### 环境准备 - -环境版本配套表 +#### 硬件版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | @@ -18,7 +16,6 @@ | 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 7480afe..f2b97ea 100644 --- a/Samples/YOLOV5Video/README.md +++ b/Samples/YOLOV5Video/README.md @@ -4,6 +4,15 @@ 通过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 | - | + #### 样例下载 可以使用以下两种方式下载,请选择其中一种进行源码准备。 @@ -31,18 +40,6 @@ cd EdgeAndRobotics-master/Samples/YOLOV5Video ``` -#### 环境准备 - -环境版本配套表 - - | 配套 | 版本 | 环境准备指导 | - | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | - | 固件与驱动 | 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连接的屏幕正常显示 -- Gitee From 4009b07d0f06d0955a0328cca2048a79eda4f087 Mon Sep 17 00:00:00 2001 From: lw <14249586+li-wei-tiwl@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 20:11:56 +0800 Subject: [PATCH 4/4] readmefix3 --- Samples/ACLHelloWorld/README.md | 4 +--- Samples/ClassficationRetrainingAndInfer/README.md | 2 +- Samples/DetectionRetrainingAndInfer/README.md | 2 +- Samples/HandWritingTrainAndInfer/README.md | 2 +- Samples/ResnetPicture/README.md | 2 +- Samples/ResnetPictureThread/README.md | 2 +- Samples/ResnetQuickStart/README.md | 2 +- Samples/VideoDecode/README.md | 2 +- Samples/VideoEncode/README.md | 2 +- Samples/YOLOV5MultiInput/README.md | 2 +- Samples/YOLOV5USBCamera/README.md | 2 +- Samples/YOLOV5Video/README.md | 2 +- 12 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Samples/ACLHelloWorld/README.md b/Samples/ACLHelloWorld/README.md index 1d3ce70..2a34a07 100644 --- a/Samples/ACLHelloWorld/README.md +++ b/Samples/ACLHelloWorld/README.md @@ -10,9 +10,7 @@ - Context:Context在Device下,一个Context一定属于一个唯一的Device。Context作为一个容器,管理了所有对象(包括Stream、设备内存等)的生命周期。 - Stream:Stream用于维护一些异步操作的执行顺序,确保按照应用程序中的代码调用顺序在Device上执行。Stream是Device上的执行流,在同一个Stream中的任务执行严格保序。 -#### 环境准备 - -环境版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/ClassficationRetrainingAndInfer/README.md b/Samples/ClassficationRetrainingAndInfer/README.md index 6d807a2..9029726 100644 --- a/Samples/ClassficationRetrainingAndInfer/README.md +++ b/Samples/ClassficationRetrainingAndInfer/README.md @@ -4,7 +4,7 @@ 本样例基于预训练resnet18模型使用性别分类数据集实现了识别人性别的功能,包含训练到om推理全过程。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/DetectionRetrainingAndInfer/README.md b/Samples/DetectionRetrainingAndInfer/README.md index 2d83945..839d51c 100644 --- a/Samples/DetectionRetrainingAndInfer/README.md +++ b/Samples/DetectionRetrainingAndInfer/README.md @@ -4,7 +4,7 @@ 本样例基于预训练ssd-mobilenet模型使用口罩识别数据集实现了检测口罩佩戴识别的功能,包含训练到om推理全过程。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/HandWritingTrainAndInfer/README.md b/Samples/HandWritingTrainAndInfer/README.md index 61d8b70..acbe540 100644 --- a/Samples/HandWritingTrainAndInfer/README.md +++ b/Samples/HandWritingTrainAndInfer/README.md @@ -4,7 +4,7 @@ 本样例使用MNIST数据集实现了手写数字识别体的训练,onnx推理,om推理全过程。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/ResnetPicture/README.md b/Samples/ResnetPicture/README.md index 007b099..b0e2aa1 100644 --- a/Samples/ResnetPicture/README.md +++ b/Samples/ResnetPicture/README.md @@ -4,7 +4,7 @@ 基于PyTorch框架的ResNet50模型,对*.jpg图片分类,输出各图片Top5置信度的分类ID、分类名称。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/ResnetPictureThread/README.md b/Samples/ResnetPictureThread/README.md index f7c6cf0..2d1b145 100644 --- a/Samples/ResnetPictureThread/README.md +++ b/Samples/ResnetPictureThread/README.md @@ -4,7 +4,7 @@ 基于PyTorch框架的ResNet50模型,使用多线程并行方式进行推理,对*.jpg图片分类,输出各图片Top5置信度的分类ID、分类名称。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/ResnetQuickStart/README.md b/Samples/ResnetQuickStart/README.md index fc8db27..07d9f42 100644 --- a/Samples/ResnetQuickStart/README.md +++ b/Samples/ResnetQuickStart/README.md @@ -4,7 +4,7 @@ 基于PyTorch框架的ResNet50模型,对\*.jpg图片分类,输出各图片所属分类的编号、名称。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/VideoDecode/README.md b/Samples/VideoDecode/README.md index 9b0d38e..ba19178 100644 --- a/Samples/VideoDecode/README.md +++ b/Samples/VideoDecode/README.md @@ -4,7 +4,7 @@ 该样例为使用ACLLite接口完成视频解码,主要功能为读取mp4文件的前十帧并解码为YUV图片。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/VideoEncode/README.md b/Samples/VideoEncode/README.md index e9b0bfb..7e742b0 100644 --- a/Samples/VideoEncode/README.md +++ b/Samples/VideoEncode/README.md @@ -4,7 +4,7 @@ 该样例为使用ACLLite接口完成视频编码,主要功能为读取YUV文件的十次并编码为H264视频文件。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/YOLOV5MultiInput/README.md b/Samples/YOLOV5MultiInput/README.md index 949a13c..d77cb90 100644 --- a/Samples/YOLOV5MultiInput/README.md +++ b/Samples/YOLOV5MultiInput/README.md @@ -5,7 +5,7 @@ 使用多路离线视频流(*.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) -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/YOLOV5USBCamera/README.md b/Samples/YOLOV5USBCamera/README.md index 368a5bb..fb033f5 100644 --- a/Samples/YOLOV5USBCamera/README.md +++ b/Samples/YOLOV5USBCamera/README.md @@ -7,7 +7,7 @@ 样例结构如下所示: ![输入图片说明](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) -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | diff --git a/Samples/YOLOV5Video/README.md b/Samples/YOLOV5Video/README.md index f2b97ea..9c21ce8 100644 --- a/Samples/YOLOV5Video/README.md +++ b/Samples/YOLOV5Video/README.md @@ -4,7 +4,7 @@ 通过USB接口连接Camera与开发板,从Camera获取视频,基于yolov5s模型对输入视频中的物体做实时检测,将推理结果信息使用imshow方式显示。 -#### 硬件版本配套表 +#### 版本配套表 | 配套 | 版本 | 环境准备指导 | | :------------------------------------------------------------: | :-------: | :------------------------------------------------------------: | -- Gitee