infer_cfg.yml 744 字节
Newer Older
1 2
crop_thresh: 0.5
attr_thresh: 0.5
J
JYChen 已提交
3
kpt_thresh: 0.2
4
visual: True
J
JYChen 已提交
5
warmup_frame: 50
6 7

DET:
8
  model_dir: output_inference/mot_ppyoloe_l_36e_pipeline/
9 10 11 12 13
  batch_size: 1

ATTR:
  model_dir: output_inference/strongbaseline_r50_30e_pa100k/
  batch_size: 8
14
  basemode: "idbased"
15 16

MOT:
17
  model_dir: output_inference/mot_ppyoloe_l_36e_pipeline/
W
wangguanzhong 已提交
18
  tracker_config: deploy/pphuman/config/tracker_config.yml
19
  batch_size: 1
20
  basemode: "idbased"
J
JYChen 已提交
21 22 23 24 25

KPT:
  model_dir: output_inference/dark_hrnet_w32_256x192/
  batch_size: 8

26
FALLING:
J
JYChen 已提交
27 28 29 30 31
  model_dir: output_inference/STGCN
  batch_size: 1
  max_frames: 50
  display_frames: 80
  coord_size: [384, 512]
32
  basemode: "skeletonbased"
Z
zhiboniu 已提交
33 34 35 36

REID:
  model_dir: output_inference/reid_model/
  batch_size: 16
37
  basemode: "idbased"