yolox_cdn_tiny_300e_coco.yml 300 字节
Newer Older
1 2 3
_BASE_: [
  'yolox_tiny_300e_coco.yml'
]
F
Feng Ni 已提交
4 5 6 7 8 9
depth_mult: 0.33
width_mult: 0.375

log_iter: 100
snapshot_epoch: 10
weights: output/yolox_cdn_tiny_300e_coco/model_final
10 11 12 13 14

CSPDarkNet:
  arch: "P5" # using the same backbone of YOLOv5 releases v6.0 and later version
  return_idx: [2, 3, 4]
  depthwise: False