Add split promotion preflight
This commit is contained in:
@@ -296,6 +296,17 @@ The wrapper keeps the same safety boundary: existing dataset upload, configured
|
||||
YOLO detection and report tooling only. It does not change model configuration
|
||||
or bypass the persisted QA/QC evidence requirement.
|
||||
|
||||
For a quick post-redeploy check before the long matrix starts, use
|
||||
`--preflight-only` with the same positive portfolio and operator manifest. This
|
||||
checks local paths, required background categories and the runtime API envelope
|
||||
without running inference:
|
||||
|
||||
```bash
|
||||
PROMOTION_POSITIVE_PORTFOLIO_PATH=artifacts/detection-quality-matrix/multi-sample/aoi1024bg512r3e50-positive/multi_sample_quality_summary.json \
|
||||
OPERATOR_SAMPLE_MANIFEST_PATH=storage/operator-data/operator_samples_manifest.json \
|
||||
bash scripts/run_split_background_promotion_workflow.sh --preflight-only http://192.168.10.150:1202
|
||||
```
|
||||
|
||||
The underlying single-category matrix remains available:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user