debug strategy_generator
This commit is contained in:
@@ -11,16 +11,20 @@ runner:
|
||||
root_dir: "experiments"
|
||||
|
||||
generate:
|
||||
voxel_threshold: 0.005
|
||||
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: True
|
||||
save_points: False
|
||||
save_best_combined_points: True
|
||||
save_mesh: True
|
||||
dataset_list:
|
||||
- OmniObject3d
|
||||
|
||||
datasets:
|
||||
OmniObject3d:
|
||||
root_dir: "/media/hofee/data/data/temp_output"
|
||||
output_dir: "/media/hofee/data/data/label_output"
|
||||
root_dir: "/media/hofee/data/project/python/nbv_reconstruction/nbv_rec_visualize/data/sample"
|
||||
model_dir: "/media/hofee/data/data/scaled_object_meshes"
|
||||
#output_dir: "/media/hofee/data/data/label_output"
|
||||
|
||||
|
||||
|
@@ -12,7 +12,10 @@ runner:
|
||||
output_dir: /media/hofee/data/data/temp_output
|
||||
binocular_vision: true
|
||||
plane_size: 10
|
||||
max_views: 100
|
||||
max_views: 256
|
||||
min_views: 64
|
||||
max_diag: 0.7
|
||||
min_diag: 0.1
|
||||
random_config:
|
||||
display_table:
|
||||
min_height: 0.05
|
||||
|
Reference in New Issue
Block a user