diff --git a/configs/ppyoloe/README.md b/configs/ppyoloe/README.md index f144b1c5f0dbf91de9e93835e6536ab060c0105b..b53a43639f034df7102ff3abbb6d0ada5f43d582 100644 --- a/configs/ppyoloe/README.md +++ b/configs/ppyoloe/README.md @@ -137,7 +137,7 @@ If you want to export PP-YOLOE model to **ONNX format**, use following command r ```bash # export inference model -python tools/export_model.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml --output_dir=output_inference -o weights=https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_l_80e_coco.pdparams +python tools/export_model.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml --output_dir=output_inference -o weights=https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_l_80e_coco.pdparams trt=True # install paddle2onnx pip install paddle2onnx diff --git a/configs/ppyoloe/README_cn.md b/configs/ppyoloe/README_cn.md index 42a9b6e05589674758707fb7dbdf38af67b71624..d6baaa9ec34d77b0866f45b94fc0b2d766d8d1f6 100644 --- a/configs/ppyoloe/README_cn.md +++ b/configs/ppyoloe/README_cn.md @@ -139,7 +139,7 @@ python tools/export_model.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml ```bash # 导出推理模型 -python tools/export_model.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml --output_dir=output_inference -o weights=https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_l_80e_coco.pdparams +python tools/export_model.py -c configs/ppyoloe/ppyoloe_plus_crn_l_80e_coco.yml --output_dir=output_inference -o weights=https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_l_80e_coco.pdparams trt=True # 安装paddle2onnx pip install paddle2onnx diff --git a/deploy/auto_compression/configs/ppyoloe_plus_m_qat_dis.yaml b/deploy/auto_compression/configs/ppyoloe_plus_m_qat_dis.yaml index 26ee8fe7fd43c2bd2902362fa65306e743b16b0a..65c1b9240784a24801d2ac818733431b907b25d1 100644 --- a/deploy/auto_compression/configs/ppyoloe_plus_m_qat_dis.yaml +++ b/deploy/auto_compression/configs/ppyoloe_plus_m_qat_dis.yaml @@ -14,7 +14,6 @@ Distillation: Quantization: use_pact: true - onnx_format: True activation_quantize_type: 'moving_average_abs_max' quantize_op_types: - conv2d diff --git a/deploy/auto_compression/configs/ppyoloe_plus_x_qat_dis.yaml b/deploy/auto_compression/configs/ppyoloe_plus_x_qat_dis.yaml index 5cbed405ce9441f709afdb9d8f3132f0502bd5d7..5e6ba5850946c9adeadc03a95ade0aa0198ec9aa 100644 --- a/deploy/auto_compression/configs/ppyoloe_plus_x_qat_dis.yaml +++ b/deploy/auto_compression/configs/ppyoloe_plus_x_qat_dis.yaml @@ -14,7 +14,6 @@ Distillation: Quantization: use_pact: true - onnx_format: True activation_quantize_type: 'moving_average_abs_max' quantize_op_types: - conv2d