1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Enable more deep learning tests

This commit is contained in:
Dmitry Kurtaev
2018-06-27 16:34:36 +03:00
parent a0baae8a55
commit 019c2f2115
13 changed files with 761 additions and 518 deletions
-1
View File
@@ -296,7 +296,6 @@ TEST_P(Test_Torch_nets, FastNeuralStyle_accuracy)
Mat inputBlob = blobFromImage(img, 1.0, Size(), Scalar(103.939, 116.779, 123.68), false);
net.setInput(inputBlob);
net.setPreferableBackend(DNN_BACKEND_OPENCV);
Mat out = net.forward();
// Deprocessing.