nbv_reconstruction/configs/local/strategy_generate_config.yaml

30 lines
527 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
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-26 03:24:01 -05:00
seq_num: 10
2024-09-18 15:55:34 +08:00
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
2024-10-26 03:24:01 -05:00
root_dir: H:\\AI\\Datasets\\nbv_rec_part2
2024-09-30 10:04:53 +08:00
from: 0
2024-10-26 03:24:01 -05:00
to: 300 # -1 means end
2024-09-18 15:55:34 +08:00