From b3bc76e53692c6771258d372b4292cbca81ec043 Mon Sep 17 00:00:00 2001 From: yunyaoXYY <109218879+yunyaoXYY@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:38:28 +0800 Subject: [PATCH] [Doc] Fix links in quantization readme. (#831) * Fix links in readme * Fix links in readme --- tools/common_tools/auto_compression/README.md | 12 ++++++------ tools/common_tools/auto_compression/README_EN.md | 12 ++++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/tools/common_tools/auto_compression/README.md b/tools/common_tools/auto_compression/README.md index d4b2c2546..a990eeaa3 100644 --- a/tools/common_tools/auto_compression/README.md +++ b/tools/common_tools/auto_compression/README.md @@ -112,14 +112,14 @@ FastDeploy目前为用户提供了多个模型的压缩[config](./configs/)文 ## 4. FastDeploy 部署量化模型 用户在获得量化模型之后,即可以使用FastDeploy进行部署, 部署文档请参考: 具体请用户参考示例文档: -- [YOLOv5 量化模型部署](../../examples/vision/detection/yolov5/quantize/) +- [YOLOv5 量化模型部署](../../../examples/vision/detection/yolov5/quantize/) -- [YOLOv6 量化模型部署](../../examples/vision/detection/yolov6/quantize/) +- [YOLOv6 量化模型部署](../../../examples/vision/detection/yolov6/quantize/) -- [YOLOv7 量化模型部署](../../examples/vision/detection/yolov7/quantize/) +- [YOLOv7 量化模型部署](../../../examples/vision/detection/yolov7/quantize/) -- [PadddleClas 量化模型部署](../../examples/vision/classification/paddleclas/quantize/) +- [PadddleClas 量化模型部署](../../../examples/vision/classification/paddleclas/quantize/) -- [PadddleDetection 量化模型部署](../../examples/vision/detection/paddledetection/quantize/) +- [PadddleDetection 量化模型部署](../../../examples/vision/detection/paddledetection/quantize/) -- [PadddleSegmentation 量化模型部署](../../examples/vision/segmentation/paddleseg/quantize/) +- [PadddleSegmentation 量化模型部署](../../../examples/vision/segmentation/paddleseg/quantize/) diff --git a/tools/common_tools/auto_compression/README_EN.md b/tools/common_tools/auto_compression/README_EN.md index f68022c13..9c591208d 100644 --- a/tools/common_tools/auto_compression/README_EN.md +++ b/tools/common_tools/auto_compression/README_EN.md @@ -121,10 +121,14 @@ FastDeploy currently provides users with compression [config](./configs/) files Once obtained the quantized model, developers can deploy it on FastDeploy. Please refer to the following docs for more details -- [YOLOv5 Quantized Model Deployment](../../examples/vision/detection/yolov5/quantize/) +- [YOLOv5 Quantized Model Deployment](../../../examples/vision/detection/yolov5/quantize/) -- [YOLOv6 Quantized Model Deployment](../../examples/vision/detection/yolov6/quantize/) +- [YOLOv6 Quantized Model Deployment](../../../examples/vision/detection/yolov6/quantize/) -- [YOLOv7 Quantized Model Deployment](../../examples/vision/detection/yolov7/quantize/) +- [YOLOv7 Quantized Model Deployment](../../../examples/vision/detection/yolov7/quantize/) -- [PadddleClas Quantized Model Deployment](../../examples/vision/classification/paddleclas/quantize/) +- [PadddleClas Quantized Model Deployment](../../../examples/vision/classification/paddleclas/quantize/) + +- [PadddleDetection Quantized Model Deployment](../../../examples/vision/detection/paddledetection/quantize/) + +- [PadddleSegmentation Quantized Model Deployment](../../../examples/vision/segmentation/paddleseg/quantize/)