Skip to content

Add YOLODETR wrapper - #650

Merged
kprokofi merged 4 commits into
masterfrom
kp/add-yolo-detr
Sep 10, 2026
Merged

Add YOLODETR wrapper#650
kprokofi merged 4 commits into
masterfrom
kp/add-yolo-detr

Conversation

@kprokofi

@kprokofi kprokofi commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

This new wrapper enables support for YOLO Detr models from Ultralytics and required to run new architectures

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

@kprokofi
kprokofi requested a review from a team as a code owner September 7, 2026 09:44
@github-actions github-actions Bot added tests Related to tests python python related changes docs Related to documentation labels Sep 7, 2026
mgumowsk
mgumowsk previously approved these changes Sep 8, 2026
@kprokofi
kprokofi added this pull request to the merge queue Sep 9, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 9, 2026
@kprokofi
kprokofi added this pull request to the merge queue Sep 9, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 9, 2026
@kprokofi

kprokofi commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

@mgumowsk can you suggest what might be the problem? I cannot pass the merge queue

@mgumowsk

mgumowsk commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@mgumowsk can you suggest what might be the problem? I cannot pass the merge queue

It looks like round error, you can modify https://github.com/open-edge-platform/model_api/blob/master/model_api/tests/functional/test_inference.py#L396
approx to abs=1e-2 or even abs=1e-1, but please ask @tybulewicz for details

@kprokofi
kprokofi added this pull request to the merge queue Sep 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 10, 2026
@mgumowsk
mgumowsk added this pull request to the merge queue Sep 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 10, 2026
@mgumowsk
mgumowsk added this pull request to the merge queue Sep 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 10, 2026
@kprokofi
kprokofi added this pull request to the merge queue Sep 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 10, 2026
@kprokofi
kprokofi added this pull request to the merge queue Sep 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 10, 2026
@kprokofi
kprokofi merged commit f265be6 into master Sep 10, 2026
56 of 64 checks passed
@kprokofi
kprokofi deleted the kp/add-yolo-detr branch September 10, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Related to documentation python python related changes tests Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants