23 lines
393 B
YAML
23 lines
393 B
YAML
|
|
||
|
runner:
|
||
|
general:
|
||
|
seed: 1
|
||
|
device: cpu
|
||
|
cuda_visible_devices: "0,1,2,3,4,5,6,7"
|
||
|
|
||
|
experiment:
|
||
|
name: debug
|
||
|
root_dir: "experiments"
|
||
|
|
||
|
web:
|
||
|
host: “0.0.0.0”
|
||
|
port: 11111
|
||
|
render:
|
||
|
model_dir: "/home/yan20/nbv_rec/data/test_CAD/test_model"
|
||
|
|
||
|
|
||
|
reconstruct:
|
||
|
soft_overlap_threshold: 0.3
|
||
|
hard_overlap_threshold: 0.6
|
||
|
scan_points_threshold: 10
|
||
|
|