From 003ea361d88913ce9423e9c61743fa7e80684773 Mon Sep 17 00:00:00 2001 From: Hu Ye Date: Sat, 1 May 2021 12:28:58 +0800 Subject: [PATCH] Update faster_rcnn_swint_T_FPN_3x.yaml --- configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml b/configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml index a4b026c..80ee5c3 100644 --- a/configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml +++ b/configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml @@ -1,8 +1,8 @@ _BASE_: "../Base-RCNN-FPN.yaml" MODEL: WEIGHTS: "swin_tiny_patch4_window7_224_d2.pth" - PIXEL_MEAN: [103.530, 116.280, 123.675] - PIXEL_STD: [57.375, 57.120, 58.395] # I use the dafault config [1.0, 1.0, 1.0], that is a mistake + PIXEL_MEAN: [123.675, 116.28, 103.53] + PIXEL_STD: [58.395, 57.12, 57.375] # I use the dafault config PIXEL_MEAN, PIXEL_STD, INPUT.FORMAT , that is a mistake, but it affects performance negligently. MASK_ON: False RESNETS: DEPTH: 50