nbv_reconstruction/configs/local/strategy_generate_config.yaml

35 lines
812 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:
voxel_threshold: 0.01
overlap_threshold: 0.5
filter_degree: 75
to_specified_dir: True # if True, output_dir is used, otherwise, root_dir is used
2024-09-23 14:30:51 +08:00
save_points: True
load_points: True
save_best_combined_points: False
2024-09-18 15:55:34 +08:00
save_mesh: True
overwrite: False
2024-09-23 14:30:51 +08:00
seq_num: 50
2024-09-18 15:55:34 +08:00
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
#"/media/hofee/data/data/temp_output"
2024-09-23 14:30:51 +08:00
root_dir: "/media/hofee/data/data/sample_data/view_data"
2024-09-18 15:55:34 +08:00
model_dir: "/media/hofee/data/data/scaled_object_meshes"
#output_dir: "/media/hofee/data/data/label_output"