mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 18:11:00 +08:00
[Doc] Fix links in quantization readme. (#831)
* Fix links in readme * Fix links in readme
This commit is contained in:
@@ -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/)
|
||||
|
@@ -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/)
|
||||
|
Reference in New Issue
Block a user