nbv_reconstruction/configs/server/server_strategy_generate_config.yaml

38 lines
887 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:
2024-10-17 11:07:29 +00:00
voxel_threshold: 0.003
soft_overlap_threshold: 0.3
hard_overlap_threshold: 0.6
2024-09-10 20:12:46 +08:00
filter_degree: 75
2024-10-17 11:07:29 +00:00
to_specified_dir: True # if True, output_dir is used, otherwise, root_dir is used
2024-09-18 06:49:59 +00:00
save_points: True
2024-10-17 11:07:29 +00:00
load_points: True
save_best_combined_points: False
2024-09-10 20:12:46 +08:00
save_mesh: True
2024-09-12 15:11:09 +08:00
overwrite: False
2024-10-17 11:07:29 +00:00
seq_num: 15
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-10-17 11:07:29 +00:00
root_dir: /data/hofee/data/packed_preprocessed_data
model_dir: /media/hofee/data/data/scaled_object_meshes
from: 0
to: -1 # -1 means end
2024-09-10 20:12:46 +08:00
#output_dir: "/media/hofee/data/data/label_output"
2024-08-21 17:11:56 +08:00