Skip to content

Conversation

kprokofi
Copy link
Contributor

Summary

This PR removes gap between Model API postprocessing and OTX.
Please note, that to be able to run OV IR inference we will need to support list[Tensor] in TorchDataBatch. This behavior will be removed once we separate OV Models from core OTX Models.

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • I have linked related issues.

License

  • I submit my code changes under the same Apache License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

@github-actions github-actions bot added the DOC Improvements or additions to documentation label Mar 21, 2025
@kprokofi
Copy link
Contributor Author

@sovrasov @ashwinvaidya17 please review

@kprokofi
Copy link
Contributor Author

COCO-person-small

Torch metric:
test/PCK │ 0.723048746585846
OV:
test/PCK │ 0.7259898781776428

Before this change accuracy drop was ~10%

@github-actions github-actions bot added DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM BUILD labels Mar 21, 2025
@ashwinvaidya17 ashwinvaidya17 merged commit 1d158e1 into open-edge-platform:develop Mar 24, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM DOC Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants