Ask Your Question
0

OpenCV dnn not support Squeeze & Excitation Module

asked 2020-04-27 20:31:21 -0600

cajopencv gravatar image

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?

edit retag flag offensive close merge delete

Comments

solved in latest 3.4 / 4.3, please try to update

berak gravatar imageberak ( 2020-04-28 01:26:14 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-05-01 23:57:03 -0600

cajopencv gravatar image

i have update to 4.3,but it the problem still exists, i have used optimize_for_inference_lib to optimize the model, but nothing changed,other backbone like resnext50 work great,i use getUnconnectedOutLayersNames to get unconnected Layers info: block4f_se_squeeze/Mean/flatten

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-27 20:31:21 -0600

Seen: 179 times

Last updated: May 01 '20