microsoft / microsoft/onnxruntime
implement compute kernel for ImageDecoder
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 184
Description
### Describe the feature request
ImageDecoder has been add to ONNX 1.15.0: https://github.com/onnx/onnx/pull/5294. Need to implement compute kernel once ONNX 1.15.0 is in ORT (https://github.com/microsoft/onnxruntime/pull/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
Contributor guide
Research direction
Start by checking ONNX Runtime's ONNX 1.15.0 integration and the ImageDecoder handling, then inspect onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc for the disabled test. Done means the ImageDecoder compute kernel is implemented, its test is re-enabled, and onnx_test_runner passes the ONNX ImageDecoder cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100