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

DET:
J
JYChen 已提交
7
  model_dir: output_inference/mot_ppyolov3/
8 9 10 11 12 13 14
  batch_size: 1

ATTR:
  model_dir: output_inference/strongbaseline_r50_30e_pa100k/
  batch_size: 8

MOT:
W
wangguanzhong 已提交
15 16
  model_dir: output_inference/mot_ppyolov3/
  tracker_config: deploy/pphuman/config/tracker_config.yml
17
  batch_size: 1
J
JYChen 已提交
18 19 20 21 22 23 24 25 26 27 28

KPT:
  model_dir: output_inference/dark_hrnet_w32_256x192/
  batch_size: 8

ACTION:
  model_dir: output_inference/STGCN
  batch_size: 1
  max_frames: 50
  display_frames: 80
  coord_size: [384, 512]