-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
75 lines (69 loc) · 1.38 KB
/
config.yaml
File metadata and controls
75 lines (69 loc) · 1.38 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
paths:
audio_in: ./tmp.mp3
some_root: E:/BaiduNetdiskDownload/some
some_ckpt: E:/BaiduNetdiskDownload/some/dpcda/0918_continuous128_clean_3spk/model_ckpt_steps_104000_simplified.ckpt
physics:
plane_half_len: 0.05
dt: 0.0041666667
camera_smooth_tau: 0.5
follow_window: [2.0, 2.0]
demucs:
enabled: true
python_path: demucs\Scripts\python
two_stems: vocals
extra_args: []
some:
use_vocals_track: true
infer_args: []
init_guess:
limit_N: 200
init_v0: 1.0
init_ttl: 3.0
pitch_to_angle:
min_pitch: 40
max_pitch: 80
min_angle: -45
max_angle: 45
optimize:
iters: 200
c: 0.6
c_decay: 0.99
lr: 0.2
betas: [0.9, 0.999]
adam_eps: 1e-8
weight_decay: 1e-4
patience: 25
min_delta: 1e-4
grad_tol: 1e-6
ang_bounds: [-80, 80]
use_all_collisions: true
seed: 432
lambda_dist: 0.4
eps_norm: 1e-3
target_deg: 45
render:
fps: 35
size: [900, 900]
world_bounds: [-10, 10, -10, 10]
follow: true
trail_seconds: 2.0
record: true
tmp_dir: frames
plane_width: 5
play_audio: true
ball_radius_px: 6
alpha_alive: 90
alpha_dead: 10
fade_min_factor: 0.3
path_color: [80, 160, 255]
plane_color: [200, 200, 255]
plane_glow_color: [180, 180, 255]
# hud_color: [220, 220, 230]
bg:
mode: grid
grid_step: 0.5
major_every: 1
minor_px: 1
major_px: 2
color_minor: [28, 32, 44]
color_major: [44, 54, 72]