-
Notifications
You must be signed in to change notification settings - Fork 834
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
feat: Support gray scale images in toNDArray
#1592
feat: Support gray scale images in toNDArray
#1592
Conversation
Hey @malihasameen 👋! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1592 +/- ##
=======================================
Coverage 83.58% 83.59%
=======================================
Files 305 305
Lines 15795 15797 +2
Branches 752 752
=======================================
+ Hits 13203 13206 +3
+ Misses 2592 2591 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Changed
toNDArray
method to also support converting gray scale images to numpy arrays for further transformations on those arrays.AB#1909273