Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How I can get the input/output layer shape from dnn::Net object?

I need a dnn::Net object with a loaded moded and I need to know before doing a forward pass -> the shape of input layer -> the shape of output layer

In CAFFE this is very easy, but with dnn I don't know .