From 603901f93a7e1af0808e1eb73f629436f2b6d8f0 Mon Sep 17 00:00:00 2001 From: verigle Date: Fri, 5 Mar 2021 17:04:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20README.zn.md?= =?UTF-8?q?=20=E4=B8=BA=20README=5FCN.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.zn.md => README_CN.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.zn.md => README_CN.md (100%) diff --git a/README.zn.md b/README_CN.md similarity index 100% rename from README.zn.md rename to README_CN.md -- Gitee From 9ba039d2c726a709a50cc544fecdc56de93b3ece Mon Sep 17 00:00:00 2001 From: verigle Date: Fri, 5 Mar 2021 17:04:51 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20pyACL=5Fdemo/?= =?UTF-8?q?README.zn.md=20=E4=B8=BA=20pyACL=5Fdemo/README=5FCN.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyACL_demo/{README.zn.md => README_CN.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pyACL_demo/{README.zn.md => README_CN.md} (100%) diff --git a/pyACL_demo/README.zn.md b/pyACL_demo/README_CN.md similarity index 100% rename from pyACL_demo/README.zn.md rename to pyACL_demo/README_CN.md -- Gitee From f6e1be272aa047f4f87405e424c21e6158e5b4d5 Mon Sep 17 00:00:00 2001 From: verigle Date: Fri, 5 Mar 2021 17:10:42 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dlive555=20arm=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=91=BD=E4=BB=A4=E4=B8=8Ex86=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E9=94=99=E6=8D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_CN.md | 4 ++-- pyACL_demo/README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_CN.md b/README_CN.md index 7bfab12..72b2e43 100644 --- a/README_CN.md +++ b/README_CN.md @@ -87,7 +87,7 @@ pyACL_YoloV3_Demo依赖三方开源库[pylive555](https://github.com/mosquito/py - 如果是x86环境,编译安装步骤参考如下: ```shell - ./genMakefiles linux#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 + ./genMakefiles linux-64bit#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 export CPPFLAGS=-fPIC CFLAGS=-fPIC make -j8 make install @@ -96,7 +96,7 @@ pyACL_YoloV3_Demo依赖三方开源库[pylive555](https://github.com/mosquito/py - 如果是arm环境,编译安装步骤参考如下: ```shell - ./genMakefiles linux-64bit#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 + ./genMakefiles linux#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 export CPPFLAGS=-fPIC CFLAGS=-fPIC make -j8 make install diff --git a/pyACL_demo/README_CN.md b/pyACL_demo/README_CN.md index 0c1d369..5490c44 100755 --- a/pyACL_demo/README_CN.md +++ b/pyACL_demo/README_CN.md @@ -87,7 +87,7 @@ pyACL_YoloV3_Demo依赖三方开源库[pylive555](https://github.com/mosquito/py - 如果是x86环境,编译安装步骤参考如下: ```shell - ./genMakefiles linux#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 + ./genMakefiles linux-64bit#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 export CPPFLAGS=-fPIC CFLAGS=-fPIC make -j8 make install @@ -96,7 +96,7 @@ pyACL_YoloV3_Demo依赖三方开源库[pylive555](https://github.com/mosquito/py - 如果是arm环境,编译安装步骤参考如下: ```shell - ./genMakefiles linux-64bit#注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 + ./genMakefiles linux #注意后面这个参数是根据当前文件夹下config.<后缀>获取得到的 export CPPFLAGS=-fPIC CFLAGS=-fPIC make -j8 make install -- Gitee