This commit is contained in:
2024-09-08 19:43:01 +08:00
parent b5d44b153a
commit 38f7f8df18
10 changed files with 142 additions and 847 deletions

View File

@@ -13,13 +13,14 @@ runner:
generate:
voxel_threshold: 0.005
overlap_threshold: 0.5
save_points: False
to_specified_dir: True # if True, output_dir is used, otherwise, root_dir is used
save_points: True
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
model_dir: "H:\\AI\\Datasets\\scaled_object_meshes"
root_dir: "C:\\Document\\Local Project\\nbv_rec\\data\\sample"
root_dir: "/media/hofee/data/data/temp_output"
output_dir: "/media/hofee/data/data/label_output"

View File

@@ -7,18 +7,18 @@ runner:
name: debug
root_dir: experiments
generate:
object_dir: H:\AI\Datasets\scaled_object_meshes
table_model_path: C:\Users\hofee\Desktop\blender\table.obj
output_dir: C:\Document\Local Project\nbv_rec\nbv_reconstruction\temp
object_dir: /media/hofee/data/data/scaled_object_meshes
table_model_path: /media/hofee/data/data/others/table.obj
output_dir: /media/hofee/data/data/temp_output
binocular_vision: true
plane_size: 10
max_views: 10
max_views: 100
random_config:
display_table:
min_height: 0.05
max_height: 0.15
min_radius: 0.1
max_radius: 0.2
min_radius: 0.3
max_radius: 0.5
min_R: 0.05
max_R: 0.3
min_G: 0.05
@@ -42,7 +42,8 @@ runner:
far_plane: 5
fov_vertical: 25
resolution: [1280,800]
eye_distance: 0.06
eye_distance: 0.15
eye_angle: 25
Light:
location: [0,0,3.5]
orientation: [0,0,0]