-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support more than one channel when masking background #639
Support more than one channel when masking background #639
Conversation
The orginal code could only work with one channel input. This commit adds support for more than one channel.
This is the error we got without the fix:
|
Thanks a lot for reporting this and providing a fix for it! @tcompa Can we reproduce this in our current test cases with a dual channel image and include a (currently failing) test that then gets solved by this PR? |
Done. Thanks a lot @FranziskaMoos-FMI! |
The original code could only work with one channel input for masking the background. This commit adds support for more than one channel.
Checklist before merging
CHANGELOG.md
Closes #640