Closed sungchul2 closed 7 months ago
@sovrasov @Wovchena Could you take a look at failed test cases? They occurred during compiling models.
@sungchul2 thanks, the PR looks good. Could you add the reproducer from the PR description to tests/python/precommit/
as a unit test? I believe we could check that sum(abs(ov_image - np_image)) < error
What does this PR do?
Fixes https://github.com/openvinotoolkit/model_api/issues/167
Example source:
Before:
After:
Before submitting