I'm using tensorflow model in opencv using cv.dnn.readNetFromTensorflow
. The problem that i'm facing is that, i have to set input blobs of variable sizes. But opencv dnn module requires fixed size of input blobs. Please guide me, Is it possible to edit input layer of Net object at run time.
Thanks in Advance.