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

Added performance test for Caffe framework

This commit is contained in:
Dmitry Kurtaev
2017-08-04 15:09:57 +03:00
parent 8ffa29473f
commit 5c43a394c5
7 changed files with 131 additions and 26 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ TEST(Reproducibility_GoogLeNet_Halide, Accuracy)
{
test(findDataFile("dnn/bvlc_googlenet.caffemodel", false),
findDataFile("dnn/bvlc_googlenet.prototxt", false),
"", 227, 227, "prob", "caffe", DNN_TARGET_CPU);
"", 224, 224, "prob", "caffe", DNN_TARGET_CPU);
};
TEST(Reproducibility_AlexNet_Halide, Accuracy)