forked from 3dlg-hcvc/minsu3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobject_classifier.yaml
60 lines (47 loc) · 1.01 KB
/
object_classifier.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
# Managed by Hydra
defaults:
- base
log:
WandbLogger:
project: MIN3dCaPose
name: ${model.model.experiment_name}
TensorBoardLogger:
name: MIN3dCaPose
trainer:
max_epochs: 496
optimizer:
lr: 0.0003
lr_decay:
decay_start_epoch: 250
decay_stop_epoch: 496
model:
module: ObjectClassifier
pretrained_module: ObjectClassifier
experiment_name: for_statistical_1
m: 16 # 16 or 32
blocks: [1, 2, 3, 4, 5, 6, 7]
voxel_size: 24
feature_size: 16
cluster_blocks: [1, 2]
block_reps: 2
use_coord: True
use_color: True
use_multiview: False
use_normal: False
fg_thresh: 0.75
bg_thresh: 0.25
score_scale: 50 # the minimal voxel size is 2cm
score_fullscale: 14
freeze_backbone: False
prepare_epochs: 0
loss_weight: [1, 1, 1, 1, 1, 1]
cluster:
# point grouping
cluster_radius: 0.03
cluster_meanActive: 50
cluster_shift_meanActive: 300
cluster_npoint_thre: 50
test:
TEST_NMS_THRESH: 0.3
TEST_SCORE_THRESH: 0.09
TEST_NPOINT_THRESH: 100