summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/HOWTO.md4
1 files changed, 4 insertions, 0 deletions
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