feat: Phase 2 close-out — threshold alignment, DEVLOG, docs update#16
Merged
Conversation
src/: - layout_detector.py, table_detection.py: default threshold aligned to 0.3 - layout_parsing.py: DEFAULT_TABLE_SCORE/DEDUP_IOU named constants; shared defaults - config.py: minor cleanup - tatr_postprocess.py: empty row/col grid -> invalid; dedup_row_col_bands as default scripts/: - run_layout_batch.py, eval_layout_iou.py: read shared defaults from layout_parsing - smoke_layout_detector.py: --allow-no-table flag; doc/output cleanup - smoke_structure.py: dedup now default (no --dedup-bands flag needed) notebooks/04_phase2_layout.ipynb: - Step 3a syntax fix; Step 5/6/7 text updated to reflect final results - Step 7d annotated: validator fix -> expect 285 OK / 1 WARN docs/: - DEVLOG.md: Phase 2 MVP finding (2026-06-02); unblocked from .gitignore - PLAN.md: Phase 2 status updated; fixed DocLayNet subset eval framing - README.md: Phase 2 layout/crop metrics added - DESIGN_SPEC.md: fallback rule + dedup_row_col_bands documented - .gitignore: remove DEVLOG.md exclusion
Owner
Author
Summary
Test plan
|
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.
src/:
scripts/:
notebooks/04_phase2_layout.ipynb:
docs/: