-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Testing] Improve Image Container tests #115
Comments
I would like to work on this issue, taking a quick look into the source code |
Hi! , I have looked into buddy-mlir Interface/DIP code . I would like to work on this issue,is this issue still open ? |
Hey, thanks for your interest. The issue is still open and contributions are welcome. |
Hey , are there any improvements needed for the image container , i see issue is not closed yet |
We now have a new implementation and test cases of the container that allow us to eliminate the dependency on OpenCV. It might be a good idea to expand the testing scope. |
Is your feature request related to a problem? Please describe.
Current tests for the
image container
do not test thenormalization
functionality and the accuracy of stored pixel value when directly compared with the original image for all pixels.Describe the solution you'd like
Add simple tests to check whether the stored values in wrapped
memref
(Img
container) is in agreement with the original image pixel values (with and withoutnorm
flag).The text was updated successfully, but these errors were encountered: