nbv_reconstruction/configs/local/strategy_generate_config.yaml

30 lines
555 B
YAML
Raw Normal View History

2024-09-18 15:55:34 +08:00
runner:
general:
seed: 0
device: cpu
cuda_visible_devices: "0,1,2,3,4,5,6,7"
experiment:
name: debug
root_dir: "experiments"
generate:
2024-10-11 16:34:16 +08:00
voxel_threshold: 0.003
2024-10-23 02:58:58 -05:00
overlap_area_threshold: 25
compute_with_normal: True
scan_points_threshold: 10
2024-09-18 15:55:34 +08:00
overwrite: False
2024-10-11 16:34:16 +08:00
seq_num: 15
2024-09-18 15:55:34 +08:00
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
2024-10-23 02:58:58 -05:00
root_dir: C:\\Document\\Local Project\\nbv_rec\\nbv_reconstruction\\temp
2024-09-30 10:04:53 +08:00
from: 0
2024-10-23 02:58:58 -05:00
to: 1 # -1 means end
2024-09-18 15:55:34 +08:00