From 709e9e7069a506441535e91b04c0163071f502a3 Mon Sep 17 00:00:00 2001 From: tackhwa <55059307+tackhwa@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:38:19 +0800 Subject: [PATCH] Update maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py --- .../maskformer/maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdet/configs/maskformer/maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py b/mmdet/configs/maskformer/maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py index 2affe520918..deac8d7f876 100644 --- a/mmdet/configs/maskformer/maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py +++ b/mmdet/configs/maskformer/maskformer_swin_l_p4_w12_64xb1_ms_300e_coco.py @@ -10,7 +10,7 @@ pretrained = 'https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_large_patch4_window12_384_22k.pth' # noqa depths = [2, 2, 18, 2] -model.update( +model.merge( dict( backbone=dict( _delete_=True,