From 16cbcb6d9461d8d40eb69cdafef6b35368654b66 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 22 Mar 2026 12:34:29 +0100 Subject: feat(cnn_v3): add weight assets to assets.txt, update HOW_TO_CNN export docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- cnn_v3/training/export_cnn_v3_weights.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cnn_v3/training') 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", # ] # /// -- cgit v1.2.3