-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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.
- Add tests for importing images in UnitTests/TestContainer.cpp.
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers