Skip to content

Commit 003ea36

Browse files
authored
Update faster_rcnn_swint_T_FPN_3x.yaml
1 parent c7b1e59 commit 003ea36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
_BASE_: "../Base-RCNN-FPN.yaml"
22
MODEL:
33
WEIGHTS: "swin_tiny_patch4_window7_224_d2.pth"
4-
PIXEL_MEAN: [103.530, 116.280, 123.675]
5-
PIXEL_STD: [57.375, 57.120, 58.395] # I use the dafault config [1.0, 1.0, 1.0], that is a mistake
4+
PIXEL_MEAN: [123.675, 116.28, 103.53]
5+
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.
66
MASK_ON: False
77
RESNETS:
88
DEPTH: 50

0 commit comments

Comments
 (0)