You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Quantization] Add new PaddleSeg models quantization support. (#953)
* Fix links in readme
* Fix links in readme
* Update PPOCRv2/v3 examples
* Update auto compression configs
* Add neww quantization support for paddleclas model
* Update quantized Yolov6s model download link
* Improve PPOCR comments
* Add English doc for quantization
* Fix PPOCR rec model bug
* Add new paddleseg quantization support
* Add new paddleseg quantization support
* Add new paddleseg quantization support
* Add new paddleseg quantization support
Copy file name to clipboardexpand all lines: tools/common_tools/auto_compression/README_EN.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ To complete the quantization, developers only need to provide a customized model
103
103
## 3. FastDeploy One-Click Model Auto Compression Config file examples
104
104
FastDeploy currently provides users with compression [config](./configs/) files of multiple models, and the corresponding FP32 model, Users can directly download and experience it.
@@ -117,6 +117,10 @@ FastDeploy currently provides users with compression [config](./configs/) files
117
117
|[ppyoloe_withNMS_quant](./configs/detection/ppyoloe_withNMS_quant.yaml)|[ppyoloe_l](https://bj.bcebos.com/v1/paddle-slim-models/act/ppyoloe_crn_l_300e_coco.tar)| Support PPYOLOE's s,m,l,x series models, export the model normally when exporting the model from PaddleDetection, do not remove NMS |
118
118
|[ppyoloe_plus_withNMS_quant](./configs/detection/ppyoloe_plus_withNMS_quant.yaml)|[ppyoloe_plus_s](https://bj.bcebos.com/paddlehub/fastdeploy/ppyoloe_plus_crn_s_80e_coco.tar)| Support PPYOLOE+'s s,m,l,x series models, export the model normally when exporting the model from PaddleDetection, do not remove NMS |
0 commit comments