diff --git a/example/auto_compression/detection/configs/rtdetr_hgnetv2_x_qat_dis.yaml b/example/auto_compression/detection/configs/rtdetr_hgnetv2_x_qat_dis.yaml index c4e2889bbd3c69e758199f99b6fd517d227799d0..a8a4ac970a58b71e5da79805e36e67c7d5e40234 100644 --- a/example/auto_compression/detection/configs/rtdetr_hgnetv2_x_qat_dis.yaml +++ b/example/auto_compression/detection/configs/rtdetr_hgnetv2_x_qat_dis.yaml @@ -3,7 +3,7 @@ Global: reader_config: configs/rtdetr_reader.yml include_nms: True Evaluation: True - model_dir: ./rtdetr_r50vd_6x_coco/ + model_dir: ./rtdetr_hgnetv2_x_6x_coco/ model_filename: model.pdmodel params_filename: model.pdiparams diff --git a/example/auto_compression/detection/configs/rtdetr_r101vd_qat_dis.yaml b/example/auto_compression/detection/configs/rtdetr_r101vd_qat_dis.yaml index bd96d085e8a01cabba890f2602e9619855bf9d5a..45162b7189d68f81a73b9b83c16eaf89d70d5925 100644 --- a/example/auto_compression/detection/configs/rtdetr_r101vd_qat_dis.yaml +++ b/example/auto_compression/detection/configs/rtdetr_r101vd_qat_dis.yaml @@ -3,7 +3,7 @@ Global: reader_config: configs/rtdetr_reader.yml include_nms: True Evaluation: True - model_dir: ./rtdetr_hgnetv2_x_6x_coco/ + model_dir: ./rtdetr_r101vd_6x_coco/ model_filename: model.pdmodel params_filename: model.pdiparams