Skip to content

Conversation

@AnonymDevOSS
Copy link

Fixes a logic error in predict() where tuple outputs from the model were converted to a dict before checking their length. As a result, the segmentation branch (len==3) was never reached and pred_masks were dropped.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Fixes a logic error in predict() where tuple outputs from the model were
converted to a dict before checking their length. As a result, the
segmentation branch (len==3) was never reached and pred_masks were dropped.
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.

1 participant