Skip to content

Fixes yolov8-seg inference result different from Openvino#592

Merged
tbujewsk merged 7 commits intomainfrom
ITEP-84411_3
Feb 16, 2026
Merged

Fixes yolov8-seg inference result different from Openvino#592
tbujewsk merged 7 commits intomainfrom
ITEP-84411_3

Conversation

@marcin-wadolkowski
Copy link
Copy Markdown
Contributor

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the MIT license for my code changes.
  • I have not introduced any 3rd party components incompatible with MIT.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

@nszczygl9
Copy link
Copy Markdown
Contributor

a lot of functional tests failed + also unit test failed

0.7452847887655665, 0.7433104570456628, [], class_id=1)
BBox(0.6063115210281538, 0.12930250608875107,
0.8995705738599682, 0.29633996381868855, [], class_id=2),
BBox(0.16694023857921714, 0.2259997108479297,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)

0.8919420810698284, 0.2956839696427691, [], class_id=7),
BBox(0.1501398097734139, 0.21889342922873212,
0.7452847887655665, 0.7433104570456628, [], class_id=1)
BBox(0.6063115210281538, 0.12930250608875107,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'BBox' (undefined-variable)

0.7452847887655665, 0.7433104570456628, [], class_id=1)
BBox(0.6063115210281538, 0.12930250608875107,
0.8995705738599682, 0.29633996381868855, [], class_id=2),
BBox(0.16694023857921714, 0.2259997108479297,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'BBox' (undefined-variable)

@tbujewsk tbujewsk merged commit 96e83f2 into main Feb 16, 2026
113 of 128 checks passed
@tbujewsk tbujewsk deleted the ITEP-84411_3 branch February 16, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants