diff --git a/VisionSDK/PPYOLOEPlusDetection/README.md b/VisionSDK/PPYOLOEPlusDetection/README.md index e4832491ed3e1500e0ff1fe40dcd78fccc57a87f..23b8b3afa72b9931c01de2fe6b7b51dd690c8e12 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}``` 代表模型输出的路径, ```./```