From 3eed58f0cd602298681a2313946ba2a5824d6c6e Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 16:44:05 +0100 Subject: Doc: Update HOWTO.md with --mip-level example for full pipeline Co-Authored-By: Claude Sonnet 4.5 --- doc/HOWTO.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/HOWTO.md') diff --git a/doc/HOWTO.md b/doc/HOWTO.md index 9003fe1..f89d375 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -138,12 +138,16 @@ Enhanced CNN with parametric static features (7D input: RGBD + UV + sin encoding ```bash # Train → Export → Build → Validate ./scripts/train_cnn_v2_full.sh + +# With custom mip level for p0-p3 features +./scripts/train_cnn_v2_full.sh --mip-level 1 ``` Config: 100 epochs, 3×3 kernels, 8→4→4 channels, patch-based (harris detector). - Live progress with single-line update - Validates all input images on final epoch - Exports binary weights (storage buffer architecture) +- Mip level: 0 (default, original resolution) **Validation Only** (skip training): ```bash -- cgit v1.2.3