summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index d7d24bc..3734ec6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,6 +24,28 @@ Self-contained workspaces for parallel demo development.
---
+## Priority 2: CNN v2 - Parametric Static Features (Task #85) [COMPLETE]
+
+Enhanced CNN post-processing with multi-dimensional feature inputs.
+
+**Design:** `doc/CNN_V2.md`
+
+**Status:**
+- ✅ Full implementation complete and validated
+- ✅ Binary weight loading fixed (FATAL_CHECK inversion bug)
+- ✅ Training pipeline: 100 epochs, 3×3 kernels, patch-based
+- ✅ All tests passing (36/36)
+
+**Specs:**
+- 7D static features (RGBD + UV + sin + bias)
+- Storage buffer weights (~3.2 KB, 8→4→4 channels)
+- Dynamic layer count, per-layer params
+- <10 KB target achieved
+
+**TODO:** 8-bit quantization (2× reduction, needs QAT).
+
+---
+
## Priority 3: 3D System Enhancements (Task #18)
Pipeline for importing complex 3D scenes to replace hardcoded geometry.