From b3c313e3337c0407e3911f098bba656fafe9ff16 Mon Sep 17 00:00:00 2001 From: QingChuanWS <2754693100@qq.com> Date: Wed, 23 Dec 2020 10:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E7=BC=A9=E8=BF=9B?= =?UTF-8?q?=E5=92=8C=E8=B7=AF=E5=BE=84=E7=AD=89=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ai/tflite_micro/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ai/tflite_micro/readme.md b/components/ai/tflite_micro/readme.md index 2b9bd7e4..7668b28f 100644 --- a/components/ai/tflite_micro/readme.md +++ b/components/ai/tflite_micro/readme.md @@ -10,8 +10,8 @@ TensorFlow Lite Micro组件以下简称TFLu)是Google TensorFlow团队针对微 ``` tflite_micro - ├─Source //放置了TensorFlow Lite Micro的全部源码 - ├─KEIL //针对KEIL环境需要的适配文件 + ├─Source //放置了TensorFlow Lite Micro的全部源码 + ├─KEIL //针对KEIL环境需要的适配文件 ├─ARM_CortexM4_lib //针对ARM Cortex M4生成的tensorflow_lite_micro.lib库 ├─ARM_CortexM7_lib //针对ARM Cortex M7生成的tensorflow_lite_micro.lib库 ├─ARM_CortexM55_lib //针对ARM Cortex M55生成的tensorflow_lite_micro.lib库 @@ -26,4 +26,4 @@ ARM_CortexM4_lib文件夹、ARM_CortexM55_lib和ARM_CortexM7_lib文件夹中分 ## 3.移植案例 -参考[Neclue STM32L496RG案例](./test) \ No newline at end of file +参考[Neclue STM32L496RG案例](../../../board/NUCLEO_STM32L496ZG/KEIL/tflitemicro_person_detecion/TFlite_Micro_Demo移植参考指南(Keil版).md)