deepakkumar1984 / MxNet.Sharp

.NET Standard bindings for Apache MxNet with Imperative, Symbolic and Gluon Interface for developing, training and deploying Machine Learning models in C#. https://mxnet.tech-quantum.com/
Apache License 2.0
149 stars 8 forks source link

Pass NDArray as input for Cvimdecode #28

Closed tk4218 closed 4 years ago

tk4218 commented 4 years ago

Fixes issue with Img.ImDecode() and nd.Cvimdecode() by passing the input image byte array as an NDArray.

tk4218 commented 4 years ago

For issue #8