Skip to content

Conversation

@shin3tky
Copy link
Owner

No description provided.

@shin3tky shin3tky merged commit f242763 into main Dec 22, 2025
3 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

metadata=metadata,
)
context = _normalize_detection_context(context)
result = det.detect(context)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve legacy detector signature support

In process_image_batch, the pipeline now always calls det.detect(context) with a single DetectionContext argument and does not attempt to fall back to the legacy detect(current_image, previous_image, roi_mask, params) signature. Any existing v1.6.0 detector that still implements the old signature will raise TypeError, which is caught as a generic exception and treated as a failed detection for every frame, effectively disabling those plugins despite the stated backward compatibility. Consider dispatching based on the detect signature (or catching TypeError to call detect_legacy) to keep older plugins working.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants