gfl_r50_fpn_1x_coco.yml 230 B

12345678910
  1. _BASE_: [
  2. '../datasets/coco_detection.yml',
  3. '../runtime.yml',
  4. '_base_/gfl_r50_fpn.yml',
  5. '_base_/optimizer_1x.yml',
  6. '_base_/gfl_reader.yml',
  7. ]
  8. weights: output/gfl_r50_fpn_1x_coco/model_final
  9. find_unused_parameters: True