faster_rcnn_hrnetv2p_w18_1x_coco.yml 466 B

1234567891011121314151617181920212223
  1. _BASE_: [
  2. '../datasets/coco_detection.yml',
  3. './_base_/faster_rcnn_hrnetv2p_w18.yml',
  4. '../faster_rcnn/_base_/optimizer_1x.yml',
  5. '../faster_rcnn/_base_/faster_fpn_reader.yml',
  6. '../runtime.yml',
  7. ]
  8. weights: output/faster_rcnn_hrnetv2p_w18_1x_coco/model_final
  9. epoch: 12
  10. LearningRate:
  11. base_lr: 0.02
  12. schedulers:
  13. - !PiecewiseDecay
  14. gamma: 0.1
  15. milestones: [8, 11]
  16. - !LinearWarmup
  17. start_factor: 0.1
  18. steps: 1000
  19. TrainReader:
  20. batch_size: 2