yoloxv2_tiny_300e_coco.yml 229 B

123456789
  1. _BASE_: [
  2. 'yolox_tiny_300e_coco.yml'
  3. ]
  4. weights: output/yoloxv2_tiny_300e_coco/model_final
  5. CSPDarkNet:
  6. arch: "P5" # using the same backbone of YOLOv5 releases v6.0 and later version
  7. return_idx: [2, 3, 4]
  8. depthwise: False