Skip to content

Conversation

@f-wright
Copy link
Contributor

@f-wright f-wright commented May 1, 2025

This PR adds a function to the experimental API to create bounding box mode detectors. This mode is not currently enabled for general usage, so the tests are disabled for now.

@f-wright f-wright marked this pull request as ready for review May 1, 2025 18:16
@f-wright f-wright requested a review from brandon-wada May 1, 2025 18:42
Copy link
Collaborator

@brandon-wada brandon-wada left a comment

Choose a reason for hiding this comment

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

Looks good, my main issue is with the TODO, but the code here right now is good

metadata=metadata,
)
detector_creation_input.mode = ModeEnum.BOUNDING_BOX
# TODO: pull the BE defined default
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to pull it, or can you just submit with a null value here and serverside we interpret that as the default value

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I modeled this off of count mode but I think we can just submit the null

@f-wright f-wright merged commit d74fc46 into main May 1, 2025
8 checks passed
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.

3 participants