mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Include preprocessing nodes to object detection TensorFlow networks (#12211)
* Include preprocessing nodes to object detection TensorFlow networks * Enable more fusion * faster_rcnn_resnet50_coco_2018_01_28 test
This commit is contained in:
committed by
Vadim Pisarevsky
parent
9e42204e67
commit
50bceea038
@@ -417,7 +417,7 @@ TEST_P(Test_Caffe_nets, DenseNet_121)
|
||||
float l1 = default_l1, lInf = default_lInf;
|
||||
if (target == DNN_TARGET_OPENCL_FP16)
|
||||
{
|
||||
l1 = 0.017; lInf = 0.067;
|
||||
l1 = 0.017; lInf = 0.0795;
|
||||
}
|
||||
else if (target == DNN_TARGET_MYRIAD)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user