Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@LaurentBerger
Copy link
Contributor

@LaurentBerger LaurentBerger commented Feb 26, 2024

Fixes #25077

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@asmorkalov asmorkalov changed the title I25077 Fix issue #25077 Feb 26, 2024
@asmorkalov asmorkalov added the bug label Feb 26, 2024
@asmorkalov asmorkalov added this to the 4.10.0 milestone Feb 26, 2024
@asmorkalov asmorkalov requested a review from dkurt February 26, 2024 16:13
Copy link
Contributor

@Abdurrahheem Abdurrahheem left a comment

Choose a reason for hiding this comment

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

👍🏻 expect that some tests are failing

Comment on lines +1283 to +1288
else {
output = Transpose(
output,
outputDims,
outputPermutation);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this really a needed change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@LaurentBerger
Copy link
Contributor Author

👍🏻 expect that some tests are failing

Which one?

@Abdurrahheem
Copy link
Contributor

👍🏻 expect that some tests are failing

Which one?

Note related to Einusm: PR:4.x / Android-SDK / BuildAndTestSDK

@asmorkalov asmorkalov merged commit 3c712cf into opencv:4.x Feb 27, 2024
@asmorkalov asmorkalov mentioned this pull request Feb 28, 2024
@LaurentBerger LaurentBerger deleted the I25077 branch May 15, 2024 12:08
klatism pushed a commit to klatism/opencv that referenced this pull request May 17, 2024
Fix issue opencv#25077 opencv#25100

Fixes opencv#25077

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error: (-215:Assertion failed) Passed input shapes do not match with parsed input shapes! in function 'cv::dnn::LayerEinsumImpl::getMemoryShapes'

4 participants