You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The MemRef container has the ability to import images using libPNG or OpenCV. Currently there are no tests for importing RGB images.
Describe the solution you'd like
We should:
Generate a PNG image.
Read the image using OpenCV and libPNG and create a MemRef container.
Compare the memref and the generated image pixel by pixel.
Is your feature request related to a problem? Please describe.
The MemRef container has the ability to import images using libPNG or OpenCV. Currently there are no tests for importing RGB images.
Describe the solution you'd like
We should:
The following script for generating random PNG images using PIL can be used as a starting point https://github.com/axmat/mlir-inference/blob/master/scripts/gen-images.py
The text was updated successfully, but these errors were encountered: