Support partial preprocessing overrides in the Python API - #253
Merged
Conversation
clemsgrs
force-pushed
the
agent/issue-246
branch
from
July 28, 2026 12:05
97fbf6f to
e9fa109
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
The public dataclass represented nested preprocessing sections as empty or partial mappings, but downstream tiling treated each mapping as a complete constructor payload. This caused missing segmentation and preview fields before slide I/O. A first-pass static filtering default also failed to preserve the standard configuration's requested-tile-size interpolation for non-224 presets.
Impact
Python callers can now omit preprocessing entirely or override only the fields they need. Downstream hs2p configuration remains complete and aligned with the standard package configuration for 224, 256, and 448-pixel model presets.
Validation
tests/test_regression_core.py tests/test_regression_models.py tests/test_tiling_pipeline.py tests/test_output_consistency.py tests/test_progress.py: 155 passed, 1 skippedtests/test_regression_inference.py: 148 passedgit diff --checkmain; all actionable findings fixedCloses #246