Freeze regional routes across release evaluation
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-30 02:28:17 +02:00
parent 7b222e6210
commit 1267beb37b
2 changed files with 27 additions and 1 deletions
@@ -39,7 +39,7 @@ INFERENCE_CONFIG_FIELDS = (
"max_detections_per_tile", "nms_iou", "containment_nms", "box_scale",
"box_offset_x", "box_offset_y", "additional_model", "ensemble_mode",
"ensemble_match_iou", "proposal_classifier", "proposal_classifier_threshold",
"proposal_crop_scale", "proposal_classifier_batch",
"proposal_crop_scale", "proposal_classifier_batch", "regional_models",
)