From 780e92ee301601e413a9155cde7554b53b3e8478 Mon Sep 17 00:00:00 2001 From: JiaDingCN Date: Thu, 4 Aug 2022 14:35:15 +0000 Subject: [PATCH] bug fix in configs --- ...tr_twostage_refine_r50_group6_t1500_dim2048_16x2_12e_coco.py | 2 +- ...refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py | 2 +- ...refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py | 2 +- ..._swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py | 2 +- ..._swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dim2048_16x2_12e_coco.py b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dim2048_16x2_12e_coco.py index dc599f88..f50e4797 100644 --- a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dim2048_16x2_12e_coco.py +++ b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dim2048_16x2_12e_coco.py @@ -1,4 +1,4 @@ -_base_ = ["../../_base_/datasets/coco_detection.py", "../../_base_/default_runtime.py"] +_base_ = ["../_base_/datasets/coco_detection.py", "../_base_/default_runtime.py"] checkpoint_config = dict(create_symlink=False) model = dict( type="DeformableDETR", diff --git a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py index f067a0fd..603b94a9 100644 --- a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py +++ b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py @@ -1,4 +1,4 @@ -_base_ = ["../../_base_/datasets/coco_detection.py", "../../_base_/default_runtime.py"] +_base_ = ["../_base_/datasets/coco_detection.py", "../_base_/default_runtime.py"] checkpoint_config = dict(create_symlink=False) model = dict( type="DeformableDETR", diff --git a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py index 51a02094..3a437d3f 100644 --- a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py +++ b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_r50_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py @@ -1,4 +1,4 @@ -_base_ = ["../../_base_/datasets/coco_detection.py", "../../_base_/default_runtime.py"] +_base_ = ["../_base_/datasets/coco_detection.py", "../_base_/default_runtime.py"] checkpoint_config = dict(create_symlink=False) model = dict( type="DeformableDETR", diff --git a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py index ccf951f0..5ab6c215 100644 --- a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py +++ b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_12e_coco.py @@ -1,4 +1,4 @@ -_base_ = ["../../_base_/datasets/coco_detection.py", "../../_base_/default_runtime.py"] +_base_ = ["../_base_/datasets/coco_detection.py", "../_base_/default_runtime.py"] checkpoint_config = dict(create_symlink=False) model = dict( type="DeformableDETR", diff --git a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py index 9f1f8ccc..d0564d68 100644 --- a/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py +++ b/configs/h-deformable-detr/h_deformable_detr_twostage_refine_swin_tiny_group6_t1500_dp0_mqs_lft_dim2048_16x2_36e_coco.py @@ -1,4 +1,4 @@ -_base_ = ["../../_base_/datasets/coco_detection.py", "../../_base_/default_runtime.py"] +_base_ = ["../_base_/datasets/coco_detection.py", "../_base_/default_runtime.py"] checkpoint_config = dict(create_symlink=False) model = dict( type="DeformableDETR",