Merged
Conversation
This was referenced Apr 30, 2025
Contributor
|
@gursimarsingh There is still significant instability in results. Several Ubuntu builds as well as Mac produce different values and test fails. |
Contributor
Author
|
Yes, @asmorkalov I am reviewing it for other platforms. Result vary significantly in between different OS versions. I am trying to create dockers locally to mimic the CI test failures and debug them. |
6f1641d to
34d12bb
Compare
Contributor
|
Windows CI: Docs CI warning may be ignored most probably. |
asmorkalov
pushed a commit
to opencv/opencv_extra
that referenced
this pull request
May 21, 2025
added updated test data for fixing bug 24966 This PR updates the test data required to fix this [bug](opencv/opencv#24966). This is necessary to pass the tests in this [PR](opencv/opencv#27270).
asmorkalov
approved these changes
May 21, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
The PR resolves the issue for triangle Weights used by debevec algorithm being non zero at extremes.
It resolves #24966
The fix needs ground truth data to be changed in order to pass existing tests. PR to opencv_extra: opencv/opencv_extra#1253