Persist Mol operator evidence
This commit is contained in:
+6
-1
@@ -225,10 +225,15 @@ operator command:
|
||||
```bash
|
||||
docker exec -it \
|
||||
-e OPERATOR_SAMPLE_MANIFEST_PATH=/app/storage/operator-data/mol-operational-1024/operator_samples_manifest.json \
|
||||
-e MOL_VALIDATION_OUTPUT_DIR=/app/artifacts/mol-operational-validation/current \
|
||||
-e MOL_VALIDATION_OUTPUT_DIR=/app/storage/operator-evidence/mol-operational-validation/current \
|
||||
geointel bash /app/scripts/run_mol_operational_validation.sh http://127.0.0.1
|
||||
```
|
||||
|
||||
Inside the all-in-one image that persistent storage path is also the automatic
|
||||
default. Evidence therefore survives container replacement. Local repository
|
||||
runs keep using `artifacts/mol-operational-validation/<timestamp>` unless the
|
||||
output variable is set explicitly.
|
||||
|
||||
The runner defaults to the active local model at tile `512`, overlap `64`,
|
||||
confidence `0.15` and QA IoU `0.25`. Every positive run persists Project, Area,
|
||||
Dataset, Job, AnalysisRun, Detection, QualityCheck, Metric and Export records.
|
||||
|
||||
Reference in New Issue
Block a user