-
Notifications
You must be signed in to change notification settings - Fork 792
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
Add functionality to split RawImage into channels; Update slice documentation and tests #978
Conversation
Fix TypeScript error for unsure type.
Update documentation. Update tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR! Thanks! :) I've just applied some code suggestions to improve performance.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Thanks again @BritishWerewolf! 🔥 To align better with PIL's |
Some models, like U2Net, require images to be processed with all the reds, greens and blue pixels grouped together.
As a result, this PR provides the ability to do something like this.