33 lines
806 B
YAML
33 lines
806 B
YAML
|
|
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
|
|
save_points: False
|
|
save_best_combined_points: True
|
|
save_mesh: True
|
|
overwrite: False
|
|
dataset_list:
|
|
- OmniObject3d
|
|
|
|
datasets:
|
|
OmniObject3d:
|
|
#"/media/hofee/data/data/temp_output"
|
|
root_dir: "/media/hofee/data/project/python/nbv_reconstruction/sample_for_training/scenes"
|
|
model_dir: "/media/hofee/data/data/scaled_object_meshes"
|
|
#output_dir: "/media/hofee/data/data/label_output"
|
|
|
|
|