File size: 478 Bytes
77731f3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Default review configuration.
# The anonymous release is organized around the Blender-indoor path.
experiment:
source: blender_indoor
input_kind: blend
review_path: primary
pipeline:
blender: /path/to/blender
input_dir: data/blender_indoor
output_root: outputs/blender_indoor
num_frames: 30
resolution: "2048,1024"
grid_spacing: 0.5
camera_height: null
min_frames: 5
stop_gain: 0.08
stop_score: -0.3
stop_delta: 0.08
rotation_type: random_yaw
|