From fb2ba02ba10b3168e1214f75920e158e04e90646 Mon Sep 17 00:00:00 2001 From: anan505 <1204828624@qq.com> Date: Wed, 15 Jan 2025 07:42:10 +0000 Subject: [PATCH] update VisionSDK/PPYOLOEPlusDetection/README.md. Signed-off-by: anan505 <1204828624@qq.com> --- VisionSDK/PPYOLOEPlusDetection/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisionSDK/PPYOLOEPlusDetection/README.md b/VisionSDK/PPYOLOEPlusDetection/README.md index e4832491e..23b8b3afa 100644 --- a/VisionSDK/PPYOLOEPlusDetection/README.md +++ b/VisionSDK/PPYOLOEPlusDetection/README.md @@ -57,7 +57,7 @@ paddlepaddle框架的ppyoloe模型推理时,前处理方案包括解码为BGR- ``` -注:coco.names文件源于[链接](https://gitee.com/ascend/mindsdk-referenceapps/blob/master/contrib/Collision/model/coco.names)的coco2014.names文件,下载之后,放到models目录下。 +注:coco.names文件源于[链接](https://gitee.com/ascend/mindsdk-referenceapps/blob/master/contrib/Collision/model/coco.names)的coco.names文件,下载之后,放到models目录下。 ## 2 设置环境变量 @@ -114,7 +114,7 @@ python3 prune_paddle_model.py --model_dir ${input_model_dir} --model_filename ${ ``` 对于PP-YOLOE+_l(w/nms)模型而言,建议输出端口为"tmp20"和"concat_14.tmp_0"。 其中: -```${input_model_dir}``` 代表输入模型根目录,例如 ```./ppuoloe_plus_crn_l_80e_coco_w_nms``` +```${input_model_dir}``` 代表输入模型根目录,例如 ```./ppyoloe_plus_crn_l_80e_coco_w_nms``` ```${pdmodel_file_name}``` 代表模型模型目录下模型名称,例如 ```model.pdmodel``` ```${pdiparams_file_name}``` 代表模型模型目录下模型参数,例如 ```model.pdiparams``` ```${new_model_dir}``` 代表模型输出的路径, ```./``` -- Gitee