yolov8_m_100e_oiv7.yml 536 Bytes
Newer Older
wangkx1's avatar
wangkx1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
_BASE_: [
  '../../datasets/openimagesv7_detection.yml',
  '../../runtime.yml',
  '../_base_/optimizer_100e.yml',
  '../_base_/yolov8_cspdarknet.yml',
  '../_base_/yolov8_reader_high_aug.yml',
]
depth_mult: 0.67
width_mult: 0.75

log_iter: 50
snapshot_epoch: 10
weights: output/yolov8_m_100e_oiv7/model_final


YOLOv8CSPDarkNet:
  last_stage_ch: 768 # The actual channel is int(768 * width_mult), not int(1024 * width_mult) as in YOLOv5

YOLOv8Head:
  customized_c3: 192


TrainReader:
  batch_size: 16 # default 8 gpus, total bs = 128