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

DET:
Z
zhiboniu 已提交
8
  model_dir: output_inference/mot_ppyoloe_l_36e_ppvehicle/
9 10 11
  batch_size: 1

MOT:
Z
zhiboniu 已提交
12
  model_dir: output_inference/mot_ppyoloe_l_36e_ppvehicle/
W
wangguanzhong 已提交
13
  tracker_config: deploy/pphuman/config/tracker_config.yml
14
  batch_size: 1
15
  basemode: "idbased"
Z
zhiboniu 已提交
16
  enable: False
J
JYChen 已提交
17

Z
zhiboniu 已提交
18
VEHICLE_PLATE:
Z
zhiboniu 已提交
19
  det_model_dir: output_inference/ch_PP-OCRv3_det_infer/
Z
zhiboniu 已提交
20 21 22
  det_limit_side_len: 480
  det_limit_type: "max"
  rec_algorithm: "SVTR_LCNet"
Z
zhiboniu 已提交
23
  rec_model_dir: output_inference/ch_PP-OCRv3_rec_infer/
Z
zhiboniu 已提交
24 25
  rec_image_shape: [3, 48, 320]
  rec_batch_num: 6
Z
zhiboniu 已提交
26
  word_dict_path: deploy/pphuman/ppvehicle/rec_word_dict.txt
Z
zhiboniu 已提交
27 28
  basemode: "idbased"
  enable: True
J
JYChen 已提交
29

Z
zhiboniu 已提交
30
ATTR:
Z
zhiboniu 已提交
31
  model_dir: output_inference/strongbaseline_r50_30e/
Z
zhiboniu 已提交
32 33 34 35
  batch_size: 8
  basemode: "idbased"
  enable: False

Z
zhiboniu 已提交
36
REID:
Z
zhiboniu 已提交
37
  model_dir: output_inference/vehicle_reid_model/
Z
zhiboniu 已提交
38
  batch_size: 16
39
  basemode: "idbased"
Z
zhiboniu 已提交
40
  enable: False