mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
Disable SSD on CPU Halide test
This commit is contained in:
parent
9640bbe76d
commit
6639348c5e
@ -87,12 +87,13 @@ TEST(Reproducibility_MobileNetSSD_Halide, Accuracy)
|
||||
"", 300, 300, "detection_out", "caffe", DNN_TARGET_CPU);
|
||||
};
|
||||
|
||||
TEST(Reproducibility_SSD_Halide, Accuracy)
|
||||
{
|
||||
test(findDataFile("dnn/VGG_ILSVRC2016_SSD_300x300_iter_440000.caffemodel", false),
|
||||
findDataFile("dnn/ssd_vgg16.prototxt", false),
|
||||
"", 300, 300, "detection_out", "caffe", DNN_TARGET_CPU);
|
||||
};
|
||||
// TODO: Segmentation fault from time to time.
|
||||
// TEST(Reproducibility_SSD_Halide, Accuracy)
|
||||
// {
|
||||
// test(findDataFile("dnn/VGG_ILSVRC2016_SSD_300x300_iter_440000.caffemodel", false),
|
||||
// findDataFile("dnn/ssd_vgg16.prototxt", false),
|
||||
// "", 300, 300, "detection_out", "caffe", DNN_TARGET_CPU);
|
||||
// };
|
||||
|
||||
TEST(Reproducibility_GoogLeNet_Halide, Accuracy)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user