-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Py OV] Fix issue with passing (h, w) sequence to PreprocessConverter…
….Resize (#26687) ### 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](https://pytorch.org/vision/stable/generated/torchvision.transforms.Resize.html) - Add more combinations of parameters to `test_torchvision_preprocessor/test_resize` ### Tickets: - [CVS-149919](https://jira.devtools.intel.com/browse/CVS-149919) --------- Co-authored-by: Anastasia Kuporosova <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters