Jean-Philippe Morin
Jean-Philippe Morin
According to the filename `NumSharp.Core/Casting/NdArrayToMultiDimArray.cs`, I think it should be `NDArray.ToMultiArray` https://github.com/SciSharp/NumSharp/blob/843309e7e873bfb0bec2d6e56b3dcba4b9e723e0/src/NumSharp.Core/Casting/NdArrayToMultiDimArray.cs#L31
I would like to have a general idea of the work required to replace the dependency of `wand` by something else? My project already requires `cv2` and I would like...
I would like to generate and store crops of an image from coordinates (ie: there are objects in my images and I would like to retrieve their cropped image from...