forked from onnx/onnx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ImageDecoder operator (onnx#5294)
### Description <!-- - Describe your changes. --> - Adds a new ImageDecoder operator, to be used in preprocessing models. - Tests use generated images and opencv as a reference. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? --> Currently, image decoding happens outside of ONNX, bring problems of portability and deployment. <!-- - If it fixes an open issue, please link to the issue here. --> --------- Signed-off-by: Joaquin Anton <[email protected]>
- Loading branch information
1 parent
6deac42
commit 4ad6d31
Showing
39 changed files
with
1,462 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.