-
Notifications
You must be signed in to change notification settings - Fork 3
/
hand.yaml
55 lines (49 loc) · 992 Bytes
/
hand.yaml
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
work_dir: ./work_dir/ntu60x_xsub_hand/
logger_dir: ./runs_psumnet_ntu60x_xsub_hand/
# feeder
feeder: feeders.feeder_ntu_x.Feeder
train_feeder_args:
data_path: #/train_data_path/
label_path: #/train_label_path/
split: train
debug: False
random_choose: False
random_shift: False
random_move: False
window_size: 64
normalization: False
random_rot: True
p_interval: [0.5, 1]
stream: hand
test_feeder_args:
data_path: #/test_data_path/
label_path: #/test_label_path/
split: test
window_size: 64
p_interval: [0.95]
debug: False
stream: hand
# model
model: model.psumnet.Model
model_args:
num_class: 60
num_point: 48
num_person: 2
graph: graph.ntu_x_rgb_d.Graph
graph_args:
labeling_mode: 'spatial'
in_channels: 12
stream: hand
# weights: weights_path
#optim
weight_decay: 0.0005
base_lr: 0.1
step: [35, 55]
warm_up_epoch: 5
# training
device: [0,1,2,3]
# device: [0]
batch_size: 68
test_batch_size: 68
num_epoch: 200
nesterov: True