Commit e0fef2bc authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11319 from alalek:issue_11293

parents 16d65029 ee90a6cb
...@@ -458,7 +458,7 @@ TEST(Test_Caffe, FasterRCNN_and_RFCN) ...@@ -458,7 +458,7 @@ TEST(Test_Caffe, FasterRCNN_and_RFCN)
if (out.at<float>(j, 2) > 0.8) if (out.at<float>(j, 2) > 0.8)
detections.push_back(out.row(j).colRange(1, 7)); detections.push_back(out.row(j).colRange(1, 7));
} }
normAssert(detections, refs[i], ("model name: " + models[i]).c_str(), 2e-4, 6e-4); normAssert(detections, refs[i], ("model name: " + models[i]).c_str(), 1e-3, 1e-3);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment