fairmot_enhance_dla34_60e_1088x608.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. _BASE_: [
  2. '../../datasets/mot.yml',
  3. '../../runtime.yml',
  4. '_base_/optimizer_30e.yml',
  5. '_base_/fairmot_dla34.yml',
  6. '_base_/fairmot_reader_1088x608.yml',
  7. ]
  8. norm_type: sync_bn
  9. use_ema: true
  10. ema_decay: 0.9998
  11. # add crowdhuman
  12. TrainDataset:
  13. !MOTDataSet
  14. dataset_dir: dataset/mot
  15. image_lists: ['mot17.train', 'caltech.all', 'cuhksysu.train', 'prw.train', 'citypersons.train', 'eth.train', 'crowdhuman.train', 'crowdhuman.val']
  16. data_fields: ['image', 'gt_bbox', 'gt_class', 'gt_ide']
  17. worker_num: 4
  18. TrainReader:
  19. inputs_def:
  20. image_shape: [3, 608, 1088]
  21. sample_transforms:
  22. - Decode: {}
  23. - RGBReverse: {}
  24. - AugmentHSV: {}
  25. - LetterBoxResize: {target_size: [608, 1088]}
  26. - MOTRandomAffine: {reject_outside: False}
  27. - RandomFlip: {}
  28. - BboxXYXY2XYWH: {}
  29. - NormalizeBox: {}
  30. - NormalizeImage: {mean: [0, 0, 0], std: [1, 1, 1]}
  31. - RGBReverse: {}
  32. - Permute: {}
  33. batch_transforms:
  34. - Gt2FairMOTTarget: {}
  35. batch_size: 16
  36. shuffle: True
  37. drop_last: True
  38. use_shared_memory: True
  39. epoch: 60
  40. LearningRate:
  41. base_lr: 0.0005
  42. schedulers:
  43. - !PiecewiseDecay
  44. gamma: 0.1
  45. milestones: [40,]
  46. use_warmup: False
  47. OptimizerBuilder:
  48. optimizer:
  49. type: Adam
  50. regularizer: NULL
  51. weights: output/fairmot_enhance_dla34_60e_1088x608/model_final