-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yaml
52 lines (52 loc) · 1.4 KB
/
settings.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
path: "test/"
# +x is distance
# +y is left
# +z is top
targets:
x : [0.5, 1.0] #, 1.0] #, 1.0] #, 1.0] #, 1.0, 1.0, 1.0, 1.0, 1.0, 2.0]
y : [0.0, 1.0] #, -1.0] #, 1.0] #, 0.0] #, 0.0, -1.0, -1.0, 1.0, 1.0, 0.0]
z : [0.0, 0.0] #, 0.0] #, 0.0] #, -1.0] #, 1.0, -1.0, 1.0, -1.0, 1.0, 0.0]
stlc: # small-time locally controllability
offsets:
# base
- target: [0,0,0]
position: [0,0,0]
# # x
# - target: [0.06,0,0]
# position: [-0.05,0,0]
# - target: [0.13,0,0]
# position: [-0.1,0,0]
# - target: [-0.04,0,0]
# position: [0.05,0,0]
# - target: [-0.08,0,0]
# position: [0.1,0,0]
# # y
# - target: [0.,0.06,0]
# position: [0,-0.15,0]
# - target: [0,0.11,0]
# position: [0,-0.3,0]
# - target: [0,-0.06,0]
# position: [0,0.15,0]
# - target: [0,-0.11,0]
# position: [0,0.3,0]
# - target: [0,0.5,0]
# position: [0,0.3,0]
# - target: [0,-0.5,0]
# position: [0,-0.3,0]
lr_pos: 0.001
lr_patch: 0.01
prob_weight: 1.0
num_hl_iter: 10
num_pos_restarts: 3
num_pos_epochs: 1
num_patch_epochs: 1
batch_size: 32
num_patches: 2
scale_min: 0.2
scale_max: 0.7
patch:
mode: 'random' # face, white, random
size: [80, 80] # patch size in [height, width]
path: 'src/custom_patches/custom_patch_96x160.npy' # if mode == 'face' set a path, otherwise path is ignored
mode: "joint" # fixed, joint, split, hybrid
quantized: false