[Doc] Fix links in quantization readme. (#831)

* Fix links in readme

* Fix links in readme
This commit is contained in:
yunyaoXYY
2022-12-08 15:38:28 +08:00
committed by GitHub
parent 7112b08dc4
commit b3bc76e536
2 changed files with 14 additions and 10 deletions

View File

@@ -112,14 +112,14 @@ FastDeploy目前为用户提供了多个模型的压缩[config](./configs/)文
## 4. FastDeploy 部署量化模型 ## 4. FastDeploy 部署量化模型
用户在获得量化模型之后即可以使用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/)

View File

@@ -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 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/)