nbv_reconstruction/configs/strategy_generate_config.yaml

27 lines
548 B
YAML
Raw Normal View History

2024-08-21 17:11:56 +08:00
2024-08-22 20:27:21 +08:00
runner:
2024-08-21 17:11:56 +08:00
general:
seed: 0
device: cpu
cuda_visible_devices: "0,1,2,3,4,5,6,7"
2024-08-22 22:28:20 +08:00
2024-08-22 20:27:21 +08:00
2024-08-21 17:11:56 +08:00
experiment:
name: debug
root_dir: "experiments"
2024-08-22 22:28:20 +08:00
generate:
voxel_threshold: 0.005
overlap_threshold: 0.5
2024-09-08 19:43:01 +08:00
to_specified_dir: True # if True, output_dir is used, otherwise, root_dir is used
save_points: True
2024-08-22 22:28:20 +08:00
dataset_list:
- OmniObject3d
2024-08-21 17:11:56 +08:00
datasets:
OmniObject3d:
2024-09-08 19:43:01 +08:00
root_dir: "/media/hofee/data/data/temp_output"
output_dir: "/media/hofee/data/data/label_output"
2024-08-21 17:11:56 +08:00