Skip to content

Commit

Permalink
Update faster_rcnn_swint_T_FPN_3x.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohu2015 authored May 1, 2021
1 parent c7b1e59 commit 003ea36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/SwinT/faster_rcnn_swint_T_FPN_3x.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 003ea36

Please sign in to comment.