Commit 5dff283b authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

increase epsilon for TVL1 sanity test

parent 988555a5
......@@ -427,8 +427,8 @@ PERF_TEST_P(ImagePair, Video_OpticalFlowDual_TVL1,
TEST_CYCLE() d_alg(d_frame0, d_frame1, u, v);
GPU_SANITY_CHECK(u, 1e-1);
GPU_SANITY_CHECK(v, 1e-1);
GPU_SANITY_CHECK(u, 0.12);
GPU_SANITY_CHECK(v, 0.12);
}
else
{
......
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