How to use LayerParam to get a dictionary of scalar params of a layer in OpenCV DNN module?
Hi, I am facing problem to retrieve scalar params corresponding to a layer after importing a trained model from a frozen graph(.pb). The documentation mentions a class "Dict" that manages this, but no example has been provided to work it out.
To get weights I use :
@LBerger, e.g. conv layers have attributes, like stride and padding. and those are not accessible from c++