Skip to content
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

Multi Channel Image #474

Open
szandara opened this issue Oct 16, 2021 · 0 comments
Open

Multi Channel Image #474

szandara opened this issue Oct 16, 2021 · 0 comments

Comments

@szandara
Copy link

szandara commented Oct 16, 2021

I am trying to work with multi-channel images. In OpenCV this is supported by the generic cv::Mat type. Where you can pass an arbitrary number of channels. The use case is to upscale an image after ML inference which has 7 channels. (I am using tract_onnx which also does not offer any resize operation on their Tensors).

I have been browsing the docs and examples but I cannot seem to figure out how to do that. From what I have seen, the Pixel data structure only holds maximum of 4 channels and supports just some well known image structures.

Is there a way to do it and if so how?

Thanks a lot for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant