From 1b760f3b413d28652965a51f629d3c2b8d33ce22 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 01:01:52 +0100 Subject: Fix --mix option: blend prev layer with static p4-p7, not p0-p3 Updated gen_identity_weights.py --mix mode to use static features p4-p7 (uv_x, uv_y, sin20_y, bias) at channels 8-11 instead of p0-p3 (RGB+D) at channels 4-7. Before: 0.5*prev[i] + 0.5*static_p{i} (channels 4-7) After: 0.5*prev[i] + 0.5*static_p{4+i} (channels 8-11) Co-Authored-By: Claude Sonnet 4.5 --- workspaces/main/weights/mix.bin | Bin 0 -> 136 bytes workspaces/main/weights/mix_p47.bin | Bin 0 -> 136 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 workspaces/main/weights/mix.bin create mode 100644 workspaces/main/weights/mix_p47.bin (limited to 'workspaces') diff --git a/workspaces/main/weights/mix.bin b/workspaces/main/weights/mix.bin new file mode 100644 index 0000000..358c12f Binary files /dev/null and b/workspaces/main/weights/mix.bin differ diff --git a/workspaces/main/weights/mix_p47.bin b/workspaces/main/weights/mix_p47.bin new file mode 100644 index 0000000..c16e50f Binary files /dev/null and b/workspaces/main/weights/mix_p47.bin differ -- cgit v1.2.3