-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.yaml
More file actions
37 lines (30 loc) · 905 Bytes
/
example.yaml
File metadata and controls
37 lines (30 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# GERD dataset generation configuration
# Usage: gerd N OUTPUT_DIR example.yaml
# --- Required ---
resolution: [300, 300]
event_densities: [1.0]
max_velocities: [0.1, 0.5, 1.0]
# --- Optional (defaults shown) ---
# length: 128
# bg_density: 0.001
# shape_density: 1.0
# polarity: true
# device: cuda
# upsampling_factor: 8
# upsampling_cutoff: 0.5
# --- Transformations ---
# Each section is optional; omitting it (or setting start: null) disables that transformation.
# start: "uniform" = random initial state | float = fixed value | null = disabled
# velocity: 0.0 = static | "uniform" = random in [-max_velocity, max_velocity] | float = fixed rate
translate:
start: uniform # shapes always have a position; "uniform" samples randomly
velocity: uniform
scale:
start: uniform
velocity: 0.0
# rotate:
# start: uniform
# velocity: 0.0
# shear:
# start: uniform
# velocity: 0.0