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

implement compute kernel for ImageDecoder #17593

Open
liqunfu opened this issue Sep 18, 2023 · 2 comments
Open

implement compute kernel for ImageDecoder #17593

liqunfu opened this issue Sep 18, 2023 · 2 comments
Labels
core runtime issues related to core runtime feature request request for unsupported feature or enhancement

Comments

@liqunfu
Copy link
Contributor

liqunfu commented Sep 18, 2023

Describe the feature request

ImageDecoder has been add to ONNX 1.15.0: onnx/onnx#5294. Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
This issue shall include re-enable test of ImageDecoder op at
onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Describe scenario use case

onnx_test_runner shal pass ONNX test cases for the ImageDecoder op

@liqunfu liqunfu added the feature request request for unsupported feature or enhancement label Sep 18, 2023
@liqunfu liqunfu added this to the 1.17 milestone Sep 18, 2023
@jantonguirao
Copy link

I'd like to ask for an update on this request.
Is it committed to be added to 1.17 release?

@snnn snnn removed this from the 1.17 milestone Mar 11, 2024
@snnn
Copy link
Member

snnn commented Mar 11, 2024

No. To implement the operator, we need to integrate codecs libraries to ONNX Runtime. We may either use a platform independent solution, like opencv, for all platforms, or develop separated code for each platform. Both have pros and cons. Haven't made a decision yet.

@snnn snnn added the core runtime issues related to core runtime label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core runtime issues related to core runtime feature request request for unsupported feature or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants