From 8853c5fdea19aeb913a35a97c8b542be41a92e5f Mon Sep 17 00:00:00 2001 From: lipan76 Date: Tue, 17 May 2022 11:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0pyramidbox=20710=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACL_PyTorch/contrib/cv/detection/pyramidbox/README.md | 4 +++- ACL_PyTorch/contrib/cv/detection/pyramidbox/env.sh | 10 ---------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 ACL_PyTorch/contrib/cv/detection/pyramidbox/env.sh diff --git a/ACL_PyTorch/contrib/cv/detection/pyramidbox/README.md b/ACL_PyTorch/contrib/cv/detection/pyramidbox/README.md index 4284fc05de..52c3a9f741 100644 --- a/ACL_PyTorch/contrib/cv/detection/pyramidbox/README.md +++ b/ACL_PyTorch/contrib/cv/detection/pyramidbox/README.md @@ -289,4 +289,6 @@ batch1 t4单卡吞吐率的计算方法是通过计算平均每张图片的耗 ### 7.3 性能对比 -batch1:0.620281x4=2.48>0.6407 \ No newline at end of file +batch1:0.620281x4=2.48>0.6407 + +### 7.4 710性能 \ No newline at end of file diff --git a/ACL_PyTorch/contrib/cv/detection/pyramidbox/env.sh b/ACL_PyTorch/contrib/cv/detection/pyramidbox/env.sh deleted file mode 100644 index 88a3806b5c..0000000000 --- a/ACL_PyTorch/contrib/cv/detection/pyramidbox/env.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash -export install_path=/usr/local/Ascend/ascend-toolkit/latest -export PATH=/usr/local/python3.7.5/bin:${install_path}/atc/ccec_compiler/bin:${install_path}/atc/bin:$PATH -export PYTHONPATH=${install_path}/atc/python/site-packages:$PYTHONPATH -export LD_LIBRARY_PATH=${install_path}/atc/lib64:${install_path}/acllib/lib64:/usr/local/Ascend/ascend-toolkit/5.0.3.alpha002/x86_64-linux/acllib/include:$LD_LIBRARY_PATH -export ASCEND_OPP_PATH=${install_path}/opp -export ASCEND_AICPU_PATH=/usr/local/Ascend/ascend-toolkit/latest -export ASCEND_SLOG_PRINT_TO_STDOUT=1 -export DDK_PATH=${install_path} -export NPU_HOST_LIB=${install_path}/acllib/lib64/stub -- Gitee