fix(test-2label): --PCB and --use_dense flags select (+1 more) - #90
Open
andrewwhitecdw wants to merge 3 commits into
Open
fix(test-2label): --PCB and --use_dense flags select (+1 more)#90andrewwhitecdw wants to merge 3 commits into
andrewwhitecdw wants to merge 3 commits into
Conversation
Auditor: The diff is incomplete relative to the stated PR description. It only implements the model-selection guard (raising NotImplementedError for --PCB/--use_dense) but omits the second stated fix about the PCB test buffer size mismatch (2048x6 vs 2048x4). A PR titled with '+1 more' must deliver both fixes; otherwise the stated problem is not fully resolved.
Auditor: The diff disables --PCB and --use_dense by raising NotImplementedError rather than selecting a valid model, and the 6→4 part-size changes are in unreachable PCB-specific code, so the stated flag-selection issue is not actually fixed and the diff leaves inconsistent dead code.
andrewwhitecdw
marked this pull request as ready for review
August 3, 2026 22:07
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.
Small fixes in
reid_eval/test_2label.py:fix: --PCB and --use_dense flags select unsupported model
Fix: Replace:
with:
fix: PCB test buffer uses 6 parts but PCB model defines 4
Fix: Apply patch:
Files changed
reid_eval/test_2label.py