-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.yaml
38 lines (30 loc) · 832 Bytes
/
demo.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
DATASET: 'demo'
BATCH_SIZE: 1
SAVE_SCENE_MESH: True # only saves the first fragment when VIS_INCREMENTAL is turned on, will be fixed in the future.
SAVE_INCREMENTAL: False
VIS_INCREMENTAL: False
REDUCE_GPU_MEM: True # Drastically reduces GPU memory and will slow down inference a bit.
LOGDIR: './checkpoints'
SAVE_FREQ: 1
MODE: 'test'
TEST:
# Change your own data path here
PATH: '/home/sunjiaming/Repositories/NeuralFusion/data/neucon_tianren_demo/tianren_zihao'
N_VIEWS: 9
N_WORKERS: 1
MODEL:
N_LAYER: 3
N_VOX: [96, 96, 96]
VOXEL_SIZE: 0.04
TRAIN_NUM_SAMPLE: [4096, 16384, 65536]
TEST_NUM_SAMPLE: [4096, 16384, 65536]
BACKBONE2D:
ARC: 'fpn-mnas-1'
FUSION:
FUSION_ON: True
HIDDEN_DIM: 64
AVERAGE: False
FULL: True
LW: [1.0, 0.8, 0.64]
THRESHOLDS: [0, 0, 0]
POS_WEIGHT: 1.5