Upload render_config.yaml with huggingface_hub
Browse files- render_config.yaml +61 -0
render_config.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# =============================================================================
|
| 2 |
+
# Test config — 10 images, 10 distractors, obj_000001
|
| 3 |
+
# =============================================================================
|
| 4 |
+
|
| 5 |
+
output:
|
| 6 |
+
resolution: 640
|
| 7 |
+
image_format: PNG
|
| 8 |
+
compression: 15
|
| 9 |
+
|
| 10 |
+
object:
|
| 11 |
+
mesh_name: obj_000001
|
| 12 |
+
keypoint_prefix: KP_obj_000001_
|
| 13 |
+
num_keypoints: 17
|
| 14 |
+
|
| 15 |
+
pose:
|
| 16 |
+
z_facing_bias: 0.0
|
| 17 |
+
z_facing_jiggle_deg: 5.0
|
| 18 |
+
ground_clearance_min: 0.002
|
| 19 |
+
ground_clearance_max: 0.022
|
| 20 |
+
xy_jitter: 0.02
|
| 21 |
+
|
| 22 |
+
camera:
|
| 23 |
+
auto_distance: true
|
| 24 |
+
fill_factor_min: 0.3
|
| 25 |
+
fill_factor_max: 0.7
|
| 26 |
+
distance_min: 0.15
|
| 27 |
+
distance_max: 0.35
|
| 28 |
+
top_down_jiggle_deg: 5.0
|
| 29 |
+
image_jitter_min: 0.0
|
| 30 |
+
image_jitter_max: 0.3
|
| 31 |
+
focal_length_mm: 50
|
| 32 |
+
sensor_width_mm: 36
|
| 33 |
+
|
| 34 |
+
visibility:
|
| 35 |
+
min_keypoints: 3
|
| 36 |
+
fallback_to_random: true
|
| 37 |
+
|
| 38 |
+
scene:
|
| 39 |
+
hdri_dir: assets/hdri
|
| 40 |
+
texture_dir: assets/textures/cco_textures
|
| 41 |
+
distractor_dir: assets/distractors
|
| 42 |
+
num_distractors_min: 10
|
| 43 |
+
num_distractors_max: 10
|
| 44 |
+
change_hdri_every: 1
|
| 45 |
+
change_ground_every: 3
|
| 46 |
+
change_distractors_every: 1
|
| 47 |
+
change_material_every: 999
|
| 48 |
+
|
| 49 |
+
material:
|
| 50 |
+
base_color_min: 0.75
|
| 51 |
+
base_color_max: 0.92
|
| 52 |
+
roughness_min: 0.1
|
| 53 |
+
roughness_max: 0.35
|
| 54 |
+
brush_scale_min: 50
|
| 55 |
+
brush_scale_max: 150
|
| 56 |
+
|
| 57 |
+
render:
|
| 58 |
+
engine: BLENDER_EEVEE
|
| 59 |
+
use_raytracing: true
|
| 60 |
+
shadow_rays: 2
|
| 61 |
+
samples: 64
|