mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Make Intel's Inference Engine backend is default if no preferable backend is specified.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int argc, char **argv)
|
||||
// run the L channel through the network
|
||||
Mat inputBlob = blobFromImage(input);
|
||||
net.setInput(inputBlob);
|
||||
Mat result = net.forward("class8_ab");
|
||||
Mat result = net.forward();
|
||||
|
||||
// retrieve the calculated a,b channels from the network output
|
||||
Size siz(result.size[2], result.size[3]);
|
||||
|
||||
Reference in New Issue
Block a user