diff options
Diffstat (limited to 'cnn_v3/docs')
| -rw-r--r-- | cnn_v3/docs/HOW_TO_CNN.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cnn_v3/docs/HOW_TO_CNN.md b/cnn_v3/docs/HOW_TO_CNN.md index bb6f7a7..56ee101 100644 --- a/cnn_v3/docs/HOW_TO_CNN.md +++ b/cnn_v3/docs/HOW_TO_CNN.md @@ -274,6 +274,7 @@ dataset/ - If `simple/` or `full/` subdir is absent the dataloader scans the root directly - Minimum viable dataset: 1 sample (smoke test only); practical minimum ~50+ for training - You can mix Blender and photo samples in the same subdir; the dataloader treats them identically +- `target.png` may differ in resolution from `albedo.png` — the dataloader resizes it to match albedo automatically (LANCZOS) --- |
