infer_cfg_pphuman.yml 1.3 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:
Z
zhiboniu 已提交
12
  model_dir: output_inference/mot_ppyoloe_l_36e_pipeline/
Z
zhiboniu 已提交
13
  tracker_config: deploy/pipeline/config/tracker_config.yml
14
  batch_size: 1
15
  basemode: "idbased"
Z
zhiboniu 已提交
16
  enable: False
J
JYChen 已提交
17 18 19 20 21

KPT:
  model_dir: output_inference/dark_hrnet_w32_256x192/
  batch_size: 8

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

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

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

Z
zhiboniu 已提交
47
ID_BASED_DETACTION:
J
JYChen 已提交
48
  model_dir: output_inference/ppyoloe_crn_s_80e_smoking_visdrone
J
JYChen 已提交
49
  batch_size: 8
Z
zhiboniu 已提交
50
  basemode: "idbased"
Z
zhiboniu 已提交
51
  threshold: 0.6
J
JYChen 已提交
52
  display_frames: 80
Z
zhiboniu 已提交
53 54 55
  enable: False

ID_BASED_CLSACTION:
J
JYChen 已提交
56 57
  model_dir: output_inference/PPHGNet_tiny_calling_halfbody
  batch_size: 8
Z
zhiboniu 已提交
58
  basemode: "idbased"
Z
zhiboniu 已提交
59
  threshold: 0.8
J
JYChen 已提交
60
  display_frames: 80
Z
zhiboniu 已提交
61 62
  enable: False

Z
zhiboniu 已提交
63 64 65
REID:
  model_dir: output_inference/reid_model/
  batch_size: 16
66
  basemode: "idbased"
Z
zhiboniu 已提交
67
  enable: False