nbv_reconstruction/configs/local/strategy_generate_config.yaml

30 lines
550 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-28 16:48:34 +00:00
overlap_area_threshold: 30
2024-10-23 11:13:18 -05:00
compute_with_normal: False
2024-10-23 02:58:58 -05:00
scan_points_threshold: 10
2024-09-18 15:55:34 +08:00
overwrite: False
2024-10-28 16:48:34 +00:00
seq_num: 10
2024-09-18 15:55:34 +08:00
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
2024-10-28 16:48:34 +00:00
root_dir: /home/data/hofee/project/nbv_rec_part2_preprocessed
from: 960
to: 1000 # -1 means end
2024-09-18 15:55:34 +08:00