tensorflow support maxpoolgrad(MaxUnPool2d)#14860
tensorflow support maxpoolgrad(MaxUnPool2d)#14860alalek merged 1 commit intoopencv:3.4from vonchenplus:ocv_maxpoolgrad
Conversation
|
hello @dkurt, current implement is work well, but a little different from tensorflow. |
|
@vonchenplus, For which parameters you have this shapes? Please share input resolution, kernel size, strides and paddings. |
|
@dkurt , layer.input(0) == pool.op.input == [1, 525, 700, 3] the first input has this shapes. |
|
Can you please share text graph so we can see if there are useful parameters in TF graph. You can do it in Python: for node in graph_def.node:
print(node) |
|
hello @dkurt, this is MaxPoolGrad text graph Info, . I don't think there are other parameters with the correct shape, so I connect Maxpool's input as the third input, please have a look, thanks. |
|
As usual avoid using of merge commits in patches. To fix that:
Note: no needs to re-open PR, apply changes "inplace". Do NOT remove your fork or your branch in GitHub - this would break/close this PR completely. |
|
hello @alalek, I fixed this problem, thinks. |
|
Please add skip for Inference Engine backend tests (you may see other tests for reference): failed tests: https://pullrequest.opencv.org/buildbot/builders/precommit_custom_linux/builds/2327 |
Merge with extra: opencv/opencv_extra#623