Construction-Image-Identification / memory /project_output_structure.md
GoldenBear23's picture
Deploy snapshot for HF Space
71efe81
|
Raw
History Blame Contribute Delete
782 Bytes

A newer version of the Streamlit SDK is available: 1.62.0

Upgrade
metadata
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/<dataset>/:

  • 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.