Hi,
I have a model which works fine in Caffe, but in OpenCV 3.3.0 it triggers an assert.
It fails because there is a convolution with 128 outputs followed by a ReLU and then a deconvolution with 64 outputs. OpenCV seems to have an assert stating that the number of outputs must match, however in Caffe this appears to be working fine.
So I was wondering if anyone else has come up against this issue and how they had got around it. Also, whether anyone knows why this isn't allowed in OpenCV?
Thanks for and insight!
Carl