ppyoloe_plus_crn_l_30e_voc.yml 791 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. _BASE_: [
  2. '../datasets/voc.yml',
  3. '../runtime.yml',
  4. './_base_/optimizer_80e.yml',
  5. './_base_/ppyoloe_plus_crn.yml',
  6. './_base_/ppyoloe_plus_reader.yml',
  7. ]
  8. log_iter: 100
  9. snapshot_epoch: 5
  10. weights: output/ppyoloe_plus_crn_l_30e_voc/model_final
  11. pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco.pdparams
  12. depth_mult: 1.0
  13. width_mult: 1.0
  14. TrainReader:
  15. batch_size: 8 # default 8 gpus, total bs = 64
  16. EvalReader:
  17. batch_size: 4
  18. epoch: 30
  19. LearningRate:
  20. base_lr: 0.001
  21. schedulers:
  22. - !CosineDecay
  23. max_epochs: 36
  24. - !LinearWarmup
  25. start_factor: 0.
  26. epochs: 1
  27. PPYOLOEHead:
  28. static_assigner_epoch: -1
  29. nms:
  30. name: MultiClassNMS
  31. nms_top_k: 1000
  32. keep_top_k: 300
  33. score_threshold: 0.01
  34. nms_threshold: 0.7