infer_cfg.yml 1.2 KB
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
  batch_size: 1

MOT:
12
  model_dir: output_inference/mot_ppyoloe_l_36e_pipeline/
W
wangguanzhong 已提交
13
  tracker_config: deploy/pphuman/config/tracker_config.yml
14
  batch_size: 1
15
  basemode: "idbased"
J
JYChen 已提交
16 17 18 19 20

KPT:
  model_dir: output_inference/dark_hrnet_w32_256x192/
  batch_size: 8

Z
zhiboniu 已提交
21 22 23 24 25 26
ATTR:
  model_dir: output_inference/strongbaseline_r50_30e_pa100k/
  batch_size: 8
  basemode: "idbased"
  enable: False

Z
zhiboniu 已提交
27
VIDEO_ACTION:
28
  model_dir: output_inference/ppTSM
Z
zhiboniu 已提交
29
  batch_size: 1
30 31 32 33 34
  frame_len: 8
  sample_freq: 7
  short_size: 340
  target_size: 320
  basemode: "videobased"
Z
zhiboniu 已提交
35 36
  enable: False

Z
zhiboniu 已提交
37
SKELETON_ACTION:
J
JYChen 已提交
38 39 40 41 42
  model_dir: output_inference/STGCN
  batch_size: 1
  max_frames: 50
  display_frames: 80
  coord_size: [384, 512]
43
  basemode: "skeletonbased"
Z
zhiboniu 已提交
44
  enable: False
Z
zhiboniu 已提交
45

Z
zhiboniu 已提交
46 47 48
ID_BASED_DETACTION:
  model_dir: output_inference/detector
  batch_size: 1
Z
zhiboniu 已提交
49
  basemode: "idbased"
Z
zhiboniu 已提交
50 51 52 53 54
  enable: False

ID_BASED_CLSACTION:
  model_dir: output_inference/classification
  batch_size: 1
Z
zhiboniu 已提交
55
  basemode: "idbased"
Z
zhiboniu 已提交
56 57
  enable: False

Z
zhiboniu 已提交
58 59 60
REID:
  model_dir: output_inference/reid_model/
  batch_size: 16
61
  basemode: "idbased"
Z
zhiboniu 已提交
62
  enable: False