yolox_cdn_tiny_300e_coco.yml 300 B

1234567891011121314
  1. _BASE_: [
  2. 'yolox_tiny_300e_coco.yml'
  3. ]
  4. depth_mult: 0.33
  5. width_mult: 0.375
  6. log_iter: 100
  7. snapshot_epoch: 10
  8. weights: output/yolox_cdn_tiny_300e_coco/model_final
  9. CSPDarkNet:
  10. arch: "P5" # using the same backbone of YOLOv5 releases v6.0 and later version
  11. return_idx: [2, 3, 4]
  12. depthwise: False