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:
|
2024-09-10 20:12:46 +08:00
|
|
|
voxel_threshold: 0.01
|
2024-08-30 16:49:21 +08:00
|
|
|
overlap_threshold: 0.5
|
2024-09-10 20:12:46 +08:00
|
|
|
filter_degree: 75
|
2024-09-18 06:49:59 +00:00
|
|
|
to_specified_dir: False # if True, output_dir is used, otherwise, root_dir is used
|
|
|
|
save_points: True
|
2024-09-10 20:12:46 +08:00
|
|
|
save_best_combined_points: True
|
|
|
|
save_mesh: True
|
2024-09-12 15:11:09 +08:00
|
|
|
overwrite: False
|
2024-08-22 22:28:20 +08:00
|
|
|
dataset_list:
|
|
|
|
- OmniObject3d
|
2024-08-21 17:11:56 +08:00
|
|
|
|
|
|
|
datasets:
|
|
|
|
OmniObject3d:
|
2024-09-12 15:11:09 +08:00
|
|
|
#"/media/hofee/data/data/temp_output"
|
2024-09-13 09:40:08 +00:00
|
|
|
root_dir: "../data/sample_for_training/scenes"
|
|
|
|
model_dir: "../data/scaled_object_meshes"
|
2024-09-10 20:12:46 +08:00
|
|
|
#output_dir: "/media/hofee/data/data/label_output"
|
2024-08-21 17:11:56 +08:00
|
|
|
|
|
|
|
|