summaryrefslogtreecommitdiff
path: root/cnn_v3/training
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-22 12:34:29 +0100
committerskal <pascal.massimino@gmail.com>2026-03-22 12:34:29 +0100
commit16cbcb6d9461d8d40eb69cdafef6b35368654b66 (patch)
tree06643892ef8025ac948ca4fc229d20e9836a5c5f /cnn_v3/training
parentda7e91f6b12435499e5630bde7f1407302ca5ee3 (diff)
feat(cnn_v3): add weight assets to assets.txt, update HOW_TO_CNN export docs
- Add WEIGHTS_CNN_V3 and WEIGHTS_CNN_V3_FILM_MLP to workspaces/main/assets.txt - Add opencv-python and pillow to export_cnn_v3_weights.py uv inline deps - Update HOW_TO_CNN.md §3 export target → workspaces/main/weights/ - Update HOW_TO_CNN.md §4 weight loading → SafeGetAsset (asset system) handoff(Gemini): cnn_v3 weight assets registered; export and C++ load path documented
Diffstat (limited to 'cnn_v3/training')
-rw-r--r--cnn_v3/training/export_cnn_v3_weights.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cnn_v3/training/export_cnn_v3_weights.py b/cnn_v3/training/export_cnn_v3_weights.py
index d1d2893..99f3a81 100644
--- a/cnn_v3/training/export_cnn_v3_weights.py
+++ b/cnn_v3/training/export_cnn_v3_weights.py
@@ -3,6 +3,8 @@
# requires-python = ">=3.11"
# dependencies = [
# "numpy",
+# "opencv-python",
+# "pillow",
# "torch",
# ]
# ///