faster_rcnn_hrnetv2p_w18_1x_coco.yml 466 字节
Newer Older
1 2 3 4 5 6 7 8
_BASE_: [
  '../datasets/coco_detection.yml',
  './_base_/faster_rcnn_hrnetv2p_w18.yml',
  '../faster_rcnn/_base_/optimizer_1x.yml',
  '../faster_rcnn/_base_/faster_fpn_reader.yml',
  '../runtime.yml',
]

9 10 11
weights: output/faster_rcnn_hrnetv2p_w18_1x_coco/model_final
epoch: 12

12 13 14 15 16 17 18 19 20 21 22 23
LearningRate:
  base_lr: 0.02
  schedulers:
  - !PiecewiseDecay
    gamma: 0.1
    milestones: [8, 11]
  - !LinearWarmup
    start_factor: 0.1
    steps: 1000

TrainReader:
  batch_size: 2