Add ResNet preproc version 2 (with image decoding) #627
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ResNet preprocessing model version 2 (with image decoding)
Description
It adds a new version of the ResNet preprocessing model, including image decoding. This is the result of the work from the ONNX preprocessing working-group (see https://github.com/onnx/working-groups/tree/main/preprocessing)
Model
Source
Created via ONNX parser:
Input
Sequence of encoded images (uint8 1D tensor)
Preprocessing
This is a preprocessing model
Output
Single tensor with float32 [N, 3, 224, 224], where N is the number of elements in the input sequence
Postprocessing
N/A
Model Creation
Dataset (Train and validation)
N/A
Training
N/A
Validation accuracy
N/A
Test Data Creation
Data was created by encoding the input images from the first Resnet preproc model:
References
Link to paper or references.
Contributors
Joaquin Anton (NVIDIA)
License
Add license information - on default, Apache 2.0