detr_r50_1x_coco.yml 224 B

123456789
  1. _BASE_: [
  2. '../datasets/coco_detection.yml',
  3. '../runtime.yml',
  4. '_base_/optimizer_1x.yml',
  5. '_base_/detr_r50.yml',
  6. '_base_/detr_reader.yml',
  7. ]
  8. weights: output/detr_r50_1x_coco/model_final
  9. find_unused_parameters: True