--- name: project-output-structure description: Output folder convention for model runs — Baseline vs Testing split per dataset metadata: type: project --- Model output images are saved under `Data/Testing/Output//`: - `Baseline/` — original model outputs. **Never overwrite** without explicit user permission. - `Testing/` — ongoing testing outputs. Can be freely overwritten with new runs. Example: `Data/Testing/Output/Acama/Baseline/` and `Data/Testing/Output/Acama/Testing/` **Why:** User established this split so baseline results are preserved for comparison while iterative testing doesn't pollute them. **How to apply:** All run scripts and save operations must target `Testing/`. When generating output images for a new run, write to `Testing/` only.