hello! i was testing a model with the opencv dnn module to then implement the whole algorithm from https://github.com/wywu/LAB but i get the following error:
opencv-master/modules/dnn/src/layers/resize_layer.cpp:200: error: (-215:Assertion failed) inputs.size() == 1 in function 'getMemoryShapes'
I can read the network and print the details but while forwarding it crashes.. Has anyone encountered something similar?
Thanks and greetz!