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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user