ppyoloe_plus_sod_crn_l_80e_coco.yml 736 B

12345678910111213141516171819202122232425262728293031
  1. _BASE_: [
  2. '../datasets/coco_detection.yml',
  3. '../runtime.yml',
  4. '../ppyoloe/_base_/optimizer_80e.yml',
  5. '../ppyoloe/_base_/ppyoloe_plus_crn.yml',
  6. '../ppyoloe/_base_/ppyoloe_plus_reader.yml',
  7. ]
  8. log_iter: 100
  9. snapshot_epoch: 5
  10. weights: output/ppyoloe_plus_sod_crn_l_80e_coco/model_final
  11. pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/pretrained/ppyoloe_crn_l_obj365_pretrained.pdparams
  12. depth_mult: 1.0
  13. width_mult: 1.0
  14. CustomCSPPAN:
  15. num_layers: 4
  16. use_trans: True
  17. PPYOLOEHead:
  18. reg_range: [-2, 17]
  19. static_assigner_epoch: -1
  20. assigner:
  21. name: TaskAlignedAssigner_CR
  22. center_radius: 1
  23. nms:
  24. name: MultiClassNMS
  25. nms_top_k: 1000
  26. keep_top_k: 300
  27. score_threshold: 0.01
  28. nms_threshold: 0.7