increase epsilon for TVL1 sanity test
(cherry picked from commit 5dff283b39139008923eeb81d0ef5d351ac04522)
This commit is contained in:
parent
628b23acc8
commit
975e40f1c0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user