OpenCV dnn not support Squeeze & Excitation Module
I got efficientNet model from tensorflow, i can load the pb model successfully ,but it doesn't work when forward, error:-inputs[0][j] == inputs[i][j], i know the problem on the forum, it is the problem of Squeeze & Excitation Module, Does anyone solve it now?
solved in latest 3.4 / 4.3, please try to update