Support bounded high-resolution inference batches

This commit is contained in:
Jens
2026-07-27 14:50:34 +02:00
parent 100d9e220b
commit 31596d98f2
2 changed files with 10 additions and 2 deletions
@@ -35,7 +35,7 @@ def select_calibration_threshold(report: dict[str, Any]) -> dict[str, Any]:
INFERENCE_CONFIG_FIELDS = (
"model", "match_iou", "test_time_augmentation", "inference_imgsz",
"model", "match_iou", "test_time_augmentation", "inference_imgsz", "inference_batch",
"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",