1 | initial version |
According to berak's comment:
forward() for multiple outputs would be:
vector<Mat> outputs;
vector<String> names {"type","color"};
net.forward(outputs, names);
Example link: https://github.com/opencv/opencv/blob/master/samples/dnn/text_detection.cpp#L76