sync
This commit is contained in:
@@ -11,22 +11,27 @@ runner:
|
||||
root_dir: "experiments"
|
||||
|
||||
generate:
|
||||
voxel_threshold: 0.005
|
||||
overlap_threshold: 0.5
|
||||
voxel_threshold: 0.003
|
||||
soft_overlap_threshold: 0.3
|
||||
hard_overlap_threshold: 0.6
|
||||
filter_degree: 75
|
||||
to_specified_dir: False # if True, output_dir is used, otherwise, root_dir is used
|
||||
to_specified_dir: True # if True, output_dir is used, otherwise, root_dir is used
|
||||
save_points: True
|
||||
save_best_combined_points: True
|
||||
load_points: True
|
||||
save_best_combined_points: False
|
||||
save_mesh: True
|
||||
overwrite: False
|
||||
seq_num: 15
|
||||
dataset_list:
|
||||
- OmniObject3d
|
||||
|
||||
datasets:
|
||||
OmniObject3d:
|
||||
#"/media/hofee/data/data/temp_output"
|
||||
root_dir: "../data/sample_for_training/scenes"
|
||||
model_dir: "../data/scaled_object_meshes"
|
||||
root_dir: /data/hofee/data/packed_preprocessed_data
|
||||
model_dir: /media/hofee/data/data/scaled_object_meshes
|
||||
from: 0
|
||||
to: -1 # -1 means end
|
||||
#output_dir: "/media/hofee/data/data/label_output"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user