fairmot_hrnetv2_w18_dlafpn_30e_576x320.yml 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
_BASE_: [
  '../../datasets/mot.yml',
  '../../runtime.yml',
  '_base_/optimizer_30e_momentum.yml',
  '_base_/fairmot_hrnetv2_w18_dlafpn.yml',
  '_base_/fairmot_reader_576x320.yml',
]

norm_type: sync_bn
use_ema: true
ema_decay: 0.9998

F
Feng Ni 已提交
13
# add crowdhuman
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
TrainDataset:
  !MOTDataSet
    dataset_dir: dataset/mot
    image_lists: ['mot17.train', 'caltech.all', 'cuhksysu.train', 'prw.train', 'citypersons.train', 'eth.train', 'crowdhuman.train', 'crowdhuman.val']
    data_fields: ['image', 'gt_bbox', 'gt_class', 'gt_ide']

worker_num: 4
TrainReader:
  inputs_def:
    image_shape: [3, 320, 576]
  sample_transforms:
    - Decode: {}
    - RGBReverse: {}
    - AugmentHSV: {}
    - LetterBoxResize: {target_size: [320, 576]}
    - MOTRandomAffine: {reject_outside: False}
    - RandomFlip: {}
    - BboxXYXY2XYWH: {}
    - NormalizeBox: {}
    - NormalizeImage: {mean: [0, 0, 0], std: [1, 1, 1]}
    - RGBReverse: {}
    - Permute: {}
  batch_transforms:
    - Gt2FairMOTTarget: {}
  batch_size: 4
  shuffle: True
  drop_last: True
  use_shared_memory: True

weights: output/fairmot_hrnetv2_w18_dlafpn_30e_576x320/model_final