gflv2_r50_fpn_1x_coco.yml 234 B

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