fairmot_dla34.yml 911 字节
Newer Older
F
FlyingQianMM 已提交
1 2
architecture: FairMOT
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/fairmot_dla34_crowdhuman_pretrained.pdparams
W
wangguanzhong 已提交
3
for_mot: True
F
FlyingQianMM 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16

FairMOT:
  detector: CenterNet
  reid: FairMOTEmbeddingHead
  loss: FairMOTLoss
  tracker: JDETracker

CenterNet:
  backbone: DLA
  neck: CenterNetDLAFPN
  head: CenterNetHead
  post_process: CenterNetPostProcess

F
Feng Ni 已提交
17 18 19 20 21 22 23 24 25
CenterNetDLAFPN:
  down_ratio: 4
  last_level: 5
  out_channel: 0
  dcn_v2: True
  with_sge: False

CenterNetHead:
  head_planes: 256
26
  prior_bias: -2.19
F
Feng Ni 已提交
27 28
  regress_ltrb: True
  size_loss: 'L1'
29 30
  loss_weight: {'heatmap': 1.0, 'size': 0.1, 'offset': 1.0, 'iou': 0.0}
  add_iou: False
F
Feng Ni 已提交
31 32 33 34 35

FairMOTEmbeddingHead:
  ch_head: 256
  ch_emb: 128

F
FlyingQianMM 已提交
36
CenterNetPostProcess:
W
wangguanzhong 已提交
37
  max_per_img: 500
F
Feng Ni 已提交
38 39
  down_ratio: 4
  regress_ltrb: True
F
FlyingQianMM 已提交
40 41 42 43 44

JDETracker:
  conf_thres: 0.4
  tracked_thresh: 0.4
  metric_type: cosine
F
Feng Ni 已提交
45 46
  min_box_area: 200
  vertical_ratio: 1.6 # for pedestrian