ommatidia / config.ron
mad-bot's picture
Publish v0.3.1 tuned guided reconstruction
3f4b6ef verified
Raw
History Blame Contribute Delete
499 Bytes
(
scale: 2,
tile: 64,
batch: 8,
cond_planes: (63),
base_channels: 8,
level_multipliers: [
1,
2,
4,
],
blocks_per_level: 1,
num_groups: 8,
gn_eps: 0.00001,
time_input_dim: 64,
time_embed_dim: 256,
residual_gain: 52.381493,
objective: Direct,
reconstruction_base: HighResolutionGuided,
guide: (
spatial_sigma: 4.5,
depth_sigma: 0.01,
normal_power: 24.0,
albedo_sigma: 0.2,
),
)