Support bounded high-resolution inference batches
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user