Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the bug with two stage workflow and continue-if failing when nothing gets detected by primary model #777

Merged

Conversation

PawelPeczek-Roboflow
Copy link
Collaborator

Description

We had a bug in the following setup:
object detection -> crop -> classification -> [downstream step],
for any downstream block we could not correctly construct empty Batches of inputs whenever nothing was detected by primary model. Turned out to be stupid bug.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

  • new tests
  • old tests still 🟢

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

  • Docs updated? What were the changes:

@PawelPeczek-Roboflow PawelPeczek-Roboflow merged commit ef8ea22 into main Nov 6, 2024
66 checks passed
@PawelPeczek-Roboflow PawelPeczek-Roboflow deleted the fix/issue_with_2_step_workflow_and_continue_if branch November 6, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants