From fcd1ceb2168de76659091208f911d2c4d0c59ad7 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 22 Mar 2026 07:33:28 +0100 Subject: feat(cnn_v3): gen_sample tool + 7 simple training samples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pack_photo_sample.py: --target now required (no albedo fallback) - gen_sample: bash wrapper with positional args (input target output_dir) - input/photo7.jpg: copy of photo2 (second style target) - target_1: photo2_1_out→photo2_out, photo2_2_out→photo7_out - dataset/simple/sample_001..007: 7 packed photo/target pairs handoff(Gemini): training data ready; next step is train_cnn_v3.py run --- cnn_v3/training/target_1/photo2_1_out.png | Bin 2875939 -> 0 bytes cnn_v3/training/target_1/photo2_2_out.png | Bin 2865857 -> 0 bytes cnn_v3/training/target_1/photo2_out.png | Bin 0 -> 2875939 bytes cnn_v3/training/target_1/photo7_out.png | Bin 0 -> 2865857 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 cnn_v3/training/target_1/photo2_1_out.png delete mode 100644 cnn_v3/training/target_1/photo2_2_out.png create mode 100644 cnn_v3/training/target_1/photo2_out.png create mode 100644 cnn_v3/training/target_1/photo7_out.png (limited to 'cnn_v3/training/target_1') diff --git a/cnn_v3/training/target_1/photo2_1_out.png b/cnn_v3/training/target_1/photo2_1_out.png deleted file mode 100644 index 5398232..0000000 Binary files a/cnn_v3/training/target_1/photo2_1_out.png and /dev/null differ diff --git a/cnn_v3/training/target_1/photo2_2_out.png b/cnn_v3/training/target_1/photo2_2_out.png deleted file mode 100644 index b0a76bd..0000000 Binary files a/cnn_v3/training/target_1/photo2_2_out.png and /dev/null differ diff --git a/cnn_v3/training/target_1/photo2_out.png b/cnn_v3/training/target_1/photo2_out.png new file mode 100644 index 0000000..5398232 Binary files /dev/null and b/cnn_v3/training/target_1/photo2_out.png differ diff --git a/cnn_v3/training/target_1/photo7_out.png b/cnn_v3/training/target_1/photo7_out.png new file mode 100644 index 0000000..b0a76bd Binary files /dev/null and b/cnn_v3/training/target_1/photo7_out.png differ -- cgit v1.2.3