Skip to content

Commit

Permalink
add configs/FCOS-Detection/FCOS_RT/MS_DLA_34_4x_syncbn_bn_head.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhi0549 committed Apr 20, 2020
1 parent 1cf90c7 commit 9406e4a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configs/FCOS-Detection/FCOS_RT/MS_DLA_34_4x_syncbn_bn_head.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
_BASE_: "../Base-FCOS.yaml"
INPUT:
MIN_SIZE_TRAIN: (256, 288, 320, 352, 384, 416, 448, 480, 512, 544, 576, 608)
MAX_SIZE_TRAIN: 900
MAX_SIZE_TEST: 736
MIN_SIZE_TEST: 512
MODEL:
BACKBONE:
NAME: "build_fcos_dla_fpn_backbone"
FREEZE_AT: -1
WEIGHTS: "http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth"
DLA:
CONV_BODY: "DLA34"
NORM: "SyncBN"
FPN:
IN_FEATURES: ["level3", "level4", "level5"]
FCOS:
TOP_LEVELS: 0
SIZES_OF_INTEREST: [64, 128]
FPN_STRIDES: [8, 16, 32]
IN_FEATURES: ['p3', 'p4', 'p5']
NORM: "SyncBN"
SOLVER:
STEPS: (300000, 340000)
MAX_ITER: 360000
OUTPUT_DIR: "output/fcos/FCOS_RT_MS_DLA_34_4x_syncbn_bn_head"

0 comments on commit 9406e4a

Please sign in to comment.