-
Notifications
You must be signed in to change notification settings - Fork 11
/
s3dis_dataset.yaml
65 lines (52 loc) · 1.01 KB
/
s3dis_dataset.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
56
57
58
59
60
61
62
63
64
65
DATA_PATH: ../data/s3dis
DATASET: S3DISDataset
COLLATE_FN: collate_batch_indoor
MIN_SPATIAL_SCALE: 128
DATA_SPLIT:
train: train
test: val
data_suffix: .npy
test_area: 5
IGNORE_LABEL: -100
DATA_AUG:
AUG_LIST: [ scene_aug, elastic, crop, shuffle ]
scene_aug:
scaling_scene:
enabled: False
p: 1.0
value: [0.9, 1.1]
rotation:
p: 1.0
value: [0.0, 0.0, 1.0]
jitter: True
color_jitter: True
flip:
p: 0.5
random_jitter:
enabled: False
value: 0.01
accord_to_size: False
p: 1.0
elastic:
enabled: True
value: [[6, 40], [20, 160]]
apply_to_feat: False
p: 1.0
crop:
step: 64
shuffle: True
DATA_PROCESSOR:
repeat: 20
rgb_norm: True
point_range: 200000000
voxel_scale: 50 # voxel_size = 1 / scale, scale 25(0.02m)
cache: True
max_npoint: 250000
full_scale: [128, 512]
voxel_mode: 4
xyz_norm: False
x4_split: True
downsampling_scale: 4
xyz_as_feat: True
rgb_as_feat: True
PROCESS_LIST: []