- OpenCV => 4.2.0.34 (opencv-python)
- Operating System / Platform => Ubuntu 18.04
- Compiler => Python3.7
I have converted BiSeNet network to frozen .pb file. Then I tried to read and inference it with OpenCV. But got an error (inputs[0][j] == inputs[i][j] in function ‘getMemoryShapes’.)
I think the problem can be in GlobalAveragePooling2D layer, because if I run net.getUnconnectedLayerNames(), there are 4 GlobalAveragePooling2D layers.