Fixing dnn Resize layer for variable input size#18841
Conversation
5663fbb to
7b80afe
Compare
|
So if I understand @l-bat @sl-sergei correctly, some of the new test onnx like dynamic_resize_scale_10.onnx do not pass the scales as a constant input. But if the scales are a variable input, then I don't know how we can proceed. I'm not even sure it makes sense. That explains why I get this error: |
6645bfb to
9bb18dd
Compare
|
Ok, I believe the exported onnx are invalid, because the default mode doesn't export parameters! |
00fac7b to
1353b28
Compare
1353b28 to
14a04f4
Compare
|
@alalek Yeah, finally, with the right models, all tests do pass! I've rebased, cleaned up and squashe commits. |
|
@JulienMaille Why did you delete the CI config in PR description? |
Because I intially copy pasted it from anyother PR without understanding what it does :) |
0282c75 to
4219e24
Compare
cbbc896 to
8ce7d33
Compare
8ce7d33 to
6983fab
Compare
|
thanks to all reviewers! @l-bat are you ok with the changes? |
l-bat
left a comment
There was a problem hiding this comment.
Thank you for valuable contribution! 👍
my previous PR #18708 closed itself!
resolves #18695
merge with extra opencv/opencv_extra#816