jde_reader_1088x608.yml 1.3 KB
Newer Older
1
worker_num: 8
G
George Ni 已提交
2 3 4
TrainReader:
  sample_transforms:
    - Decode: {}
G
George Ni 已提交
5
    - RGBReverse: {}
G
George Ni 已提交
6 7
    - AugmentHSV: {}
    - LetterBoxResize: {target_size: [608, 1088]}
8
    - MOTRandomAffine: {}
G
George Ni 已提交
9 10 11 12
    - RandomFlip: {}
    - BboxXYXY2XYWH: {}
    - NormalizeBox: {}
    - NormalizeImage: {mean: [0, 0, 0], std: [1, 1, 1], is_scale: True}
G
George Ni 已提交
13
    - RGBReverse: {}
G
George Ni 已提交
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
    - Permute: {}
  batch_transforms:
    - Gt2JDETargetThres:
        anchor_masks: [[0, 1, 2, 3], [4, 5, 6, 7], [8, 9, 10, 11]]
        anchors: [[[128,384], [180,540], [256,640], [512,640]],
                  [[32,96], [45,135], [64,192], [90,271]],
                  [[8,24], [11,34], [16,48], [23,68]]]
        downsample_ratios: [32, 16, 8]
        ide_thresh: 0.5
        fg_thresh: 0.5
        bg_thresh: 0.4
  batch_size: 4
  shuffle: true
  drop_last: true
  use_shared_memory: true


EvalMOTReader:
  sample_transforms:
    - Decode: {}
    - LetterBoxResize: {target_size: [608, 1088]}
    - NormalizeImage: {mean: [0, 0, 0], std: [1, 1, 1], is_scale: True}
    - Permute: {}
  batch_size: 1


TestMOTReader:
  inputs_def:
    image_shape: [3, 608, 1088]
  sample_transforms:
G
George Ni 已提交
44
    - Decode: {}
G
George Ni 已提交
45 46 47 48
    - LetterBoxResize: {target_size: [608, 1088]}
    - NormalizeImage: {mean: [0, 0, 0], std: [1, 1, 1], is_scale: True}
    - Permute: {}
  batch_size: 1