dotnet / dotnet/machinelearning
ImageEstimators.ExtractPixels using an array for offsetImage and scaleImage
Open
area-Vision
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Hello,
for this moment, when we use ExtractPixels, we could provide only a single number for offsetImage and scaleImage, which will be applied for all RGB channels. But sometimes, as for [this model](https://github.com/onnx/models/tree/master/ssd), we should use different normalization across the channels. Perhaps, this functionality could be added in the future?
The same proposition for ImageEstimator.ResizeImages, perhaps, different interpolations for ResizingKind could be added as in PIL python library?
Contributor guide
Assessment
This issue has not been assessed yet.