-
Notifications
You must be signed in to change notification settings - Fork 5
/
infer_cfg_pphuman_football.yml
65 lines (57 loc) · 1.55 KB
/
infer_cfg_pphuman_football.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
crop_thresh: 0.40
attr_thresh: 0.5
kpt_thresh: 0.2
visual: True
warmup_frame: 50
MOT:
model_dir: model/ppyoloe_crn_l_80e_football
tracker_config: pipeline/config/tracker_config_football.yml
batch_size: 1
basemode: "idbased"
enable: True
KPT:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/dark_hrnet_w32_256x192.zip
batch_size: 8
ATTR:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/PPLCNet_x1_0_person_attribute_945_infer.zip
batch_size: 8
basemode: "idbased"
enable: False
VIDEO_ACTION:
model_dir: https://videotag.bj.bcebos.com/PaddleVideo-release2.3/ppTSM_fight.zip
batch_size: 1
frame_len: 8
sample_freq: 7
short_size: 340
target_size: 320
basemode: "videobased"
enable: False
SKELETON_ACTION:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/STGCN.zip
batch_size: 1
max_frames: 50
display_frames: 80
coord_size: [384, 512]
basemode: "skeletonbased"
enable: False
#ID_BASED_DETACTION:
# model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/ppyoloe_crn_s_80e_smoking_visdrone.zip
# batch_size: 8
# basemode: "idbased"
# threshold: 0.6
# display_frames: 80
# skip_frame_num: 2
# enable: False
ID_BASED_CLSACTION:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/PPHGNet_tiny_calling_halfbody.zip
batch_size: 8
basemode: "idbased"
threshold: 0.8
display_frames: 80
skip_frame_num: 2
enable: False
REID:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/reid_model.zip
batch_size: 16
basemode: "idbased"
enable: False