From cb4c11a4d83d5b8eef50e3aa32f45cfd7b0dd3b9 Mon Sep 17 00:00:00 2001 From: xiaoluomi <49263480+xiaoluomi@users.noreply.github.com> Date: Fri, 19 May 2023 17:14:07 +0800 Subject: [PATCH] fix rtdetr yaml bug (#1752) --- .../detection/configs/rtdetr_hgnetv2_x_qat_dis.yaml | 2 +- .../detection/configs/rtdetr_r101vd_qat_dis.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c4e2889b..a8a4ac97 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 bd96d085..45162b71 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 -- GitLab