picodet_m_shufflenetv2_320_coco.yml 750 字节
Newer Older
G
Guanghua Yu 已提交
1 2 3 4
_BASE_: [
  '../datasets/coco_detection.yml',
  '../runtime.yml',
  '_base_/picodet_shufflenetv2_1x.yml',
G
Guanghua Yu 已提交
5
  '_base_/optimizer_300e.yml',
G
Guanghua Yu 已提交
6 7 8
  '_base_/picodet_320_reader.yml',
]

G
Guanghua Yu 已提交
9
weights: output/picodet_m_shufflenetv2_320_coco/model_final
G
Guanghua Yu 已提交
10 11 12
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ShuffleNetV2_x1_5_pretrained.pdparams
find_unused_parameters: True
use_ema: true
G
Guanghua Yu 已提交
13
cycle_epoch: 40
G
Guanghua Yu 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
snapshot_epoch: 10

ShuffleNetV2:
  scale: 1.5
  feature_maps: [5, 13, 17]
  act: leaky_relu

PAN:
  out_channel: 128
  start_level: 0
  end_level: 3
  spatial_scales: [0.125, 0.0625, 0.03125]

PicoHead:
  conv_feat:
    name: PicoFeat
    feat_in: 128
    feat_out: 128
    num_convs: 2
    norm_type: bn
    share_cls_reg: True
  feat_in_chan: 128