Skip to content
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

Opencv resize method use different axises, which leads to errors during int8 callibration #50

Open
andrekv17 opened this issue Aug 8, 2023 · 0 comments

Comments

@andrekv17
Copy link

At ImageLoader class cv2.resize is used, but opencv resize will resize image not in the shape assumed. For example, if you use 144x256 shape, it will return 256x144. For this reason, it leads to errors of mismatched shapes. Need to change this method, or swap axeses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant