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

Fixed bug for postprocess images and lists of images #49

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented Aug 3, 2019

A bug was introduced in #45 that sliced into the last element of the list of results to pass to the post-processing function. This is only applicable for panoptic models, and caused a breaking change for single predictions. There is still a TODO for not just picking out the last element of the results list, but now we check that image is in fact a list before slicing.

@willgraf willgraf merged commit 2ad050a into master Aug 3, 2019
@willgraf willgraf deleted the bugfix/postprocess branch August 3, 2019 19:47
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.

None yet

1 participant