forked from isl-org/Open3D-PointNet2-Semantic3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsemantic.json
More file actions
38 lines (31 loc) · 722 Bytes
/
semantic.json
File metadata and controls
38 lines (31 loc) · 722 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
{
"gpu": "0",
"logdir": "log/semantic",
"data_path": "dataset/semantic_downsampled/",
"max_epoch": 500,
"num_point": 8192,
"batch_size": 16,
"use_color": 1,
"optimizer": "adam",
"momentum": 0.9,
"learning_rate": 0.001,
"decay_step": 200000,
"learning_rate_decay_rate": 0.7,
"box_size_x": 10,
"box_size_y": 10,
"bn_init_decay": 0.5,
"bn_decay_decay_rate": 0.5,
"bn_decay_clip": 0.99,
"l1_radius": 0.5,
"l1_nsample": 32,
"l1_npoint": 1024,
"l2_radius": 1.0,
"l2_nsample": 32,
"l2_npoint": 256,
"l3_radius": 2.0,
"l3_nsample": 32,
"l3_npoint": 64,
"l4_radius": 4.0,
"l4_nsample": 32,
"l4_npoint": 16
}