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

[Py OV] Fix issue with passing (h, w) sequence to PreprocessConverter.Resize #26687

Merged

Conversation

almilosz
Copy link
Contributor

Details:

  • The output image size after resize should match the dimensions specified in the sequence (h, w) passed as size argument. Adjustments should be done if size is an int. docs
  • Add more combinations of parameters to test_torchvision_preprocessor/test_resize

Tickets:

@github-actions github-actions bot added category: Python API OpenVINO Python bindings no-match-files labels Sep 19, 2024
@almilosz almilosz marked this pull request as ready for review September 19, 2024 13:54
@almilosz almilosz requested review from a team as code owners September 19, 2024 13:54
@mlukasze mlukasze added this pull request to the merge queue Sep 23, 2024
Merged via the queue into openvinotoolkit:master with commit bc29a58 Sep 23, 2024
153 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants