projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d073f
)
disable MaskRCNN test for CUDA_FP16
author
YashasSamaga
<yashas_2010@yahoo.com>
Fri, 28 Feb 2020 10:14:37 +0000
(15:44 +0530)
committer
YashasSamaga
<yashas_2010@yahoo.com>
Fri, 28 Feb 2020 10:14:37 +0000
(15:44 +0530)
modules/dnn/test/test_tf_importer.cpp
patch
|
blob
|
history
diff --git
a/modules/dnn/test/test_tf_importer.cpp
b/modules/dnn/test/test_tf_importer.cpp
index
4f96bda
..
adfbb02
100644
(file)
--- a/
modules/dnn/test/test_tf_importer.cpp
+++ b/
modules/dnn/test/test_tf_importer.cpp
@@
-1006,6
+1006,9
@@
TEST_P(Test_TensorFlow_nets, Mask_RCNN)
if (target == DNN_TARGET_MYRIAD && getInferenceEngineVPUType() == CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X)
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD_X, CV_TEST_TAG_DNN_SKIP_IE_NGRAPH);
+ if (target == DNN_TARGET_CUDA_FP16)
+ applyTestTag(CV_TEST_TAG_DNN_SKIP_CUDA_FP16);
+
applyTestTag(CV_TEST_TAG_MEMORY_1GB, CV_TEST_TAG_DEBUG_VERYLONG);
Mat img = imread(findDataFile("dnn/street.png"));
std::string proto = findDataFile("dnn/mask_rcnn_inception_v2_coco_2018_01_28.pbtxt");