sync
This commit is contained in:
@@ -28,8 +28,8 @@ runner:
|
||||
datasets:
|
||||
OmniObject3d:
|
||||
#"/media/hofee/data/data/temp_output"
|
||||
root_dir: "/media/hofee/repository/new_full_box_data"
|
||||
model_dir: "/media/hofee/data/data/scaled_object_meshes"
|
||||
root_dir: "/media/hofee/data/tempdir/test_real_output"
|
||||
model_dir: "/media/hofee/data/tempdir/test_real"
|
||||
from: 0
|
||||
to: -1 # -1 means end
|
||||
#output_dir: "/media/hofee/data/data/label_output"
|
||||
|
@@ -8,11 +8,11 @@ runner:
|
||||
root_dir: experiments
|
||||
generate:
|
||||
port: 5004
|
||||
from: 4000
|
||||
to: -1 # -1 means all
|
||||
object_dir: /media/hofee/data/data/scaled_object_meshes
|
||||
from: 0
|
||||
to: 1 # -1 means all
|
||||
object_dir: /media/hofee/data/tempdir/test_real
|
||||
table_model_path: /media/hofee/data/data/others/table.obj
|
||||
output_dir: /media/hofee/repository/new_data_with_normal
|
||||
output_dir: /media/hofee/data/tempdir/test_real_output
|
||||
binocular_vision: true
|
||||
plane_size: 10
|
||||
max_views: 512
|
||||
@@ -20,13 +20,13 @@ runner:
|
||||
random_view_ratio: 0.2
|
||||
min_cam_table_included_degree: 20
|
||||
max_diag: 0.7
|
||||
min_diag: 0.1
|
||||
min_diag: 0.01
|
||||
random_config:
|
||||
display_table:
|
||||
min_height: 0.05
|
||||
max_height: 0.15
|
||||
min_radius: 0.3
|
||||
max_radius: 0.5
|
||||
min_radius: 0.2
|
||||
max_radius: 0.3
|
||||
display_object:
|
||||
min_x: 0
|
||||
max_x: 0.03
|
||||
@@ -44,7 +44,7 @@ runner:
|
||||
far_plane: 5
|
||||
fov_vertical: 25
|
||||
resolution: [1280,800]
|
||||
eye_distance: 0.15
|
||||
eye_distance: 0.10
|
||||
eye_angle: 25
|
||||
Light:
|
||||
location: [0,0,3.5]
|
||||
|
Reference in New Issue
Block a user