-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfig_train.yaml
More file actions
59 lines (38 loc) · 784 Bytes
/
config_train.yaml
File metadata and controls
59 lines (38 loc) · 784 Bytes
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
gpu: "0"
multi_gpu: null
model_name: PointConv
full: False
arch: PointConv
last_relu: False
allow_less_points: False
# general args
batch_size: 8
epochs: 800
learning_rate: 0.001
optimizer: Adam
pretrain: null #./experiment/PointConvFlyingthings3d-2019-11-05_12-58/checkpoints/PointConv_164_0.0842.pth
weight_decay: 0.0001
dim: 3
num_points: 8192
DEVICE: cuda
evaluate: False
dataset: FlyingThings3DSubset
data_root: ./flyingthings3d
data_process:
DEPTH_THRESHOLD: 35.
NO_CORR: True
# data augmentation
aug_together:
degree_range: 0.1745329252
shift_range: 1.
scale_low: 0.95
scale_high: 1.05
jitter_sigma: 0.01
jitter_clip: 0.00
aug_pc2:
degree_range: 0.
shift_range: 0.3
jitter_sigma: 0.01
jitter_clip: 0.00
# miscalleneous
workers: 16