increase epsilon for TVL1 sanity test
(cherry picked from commit 5dff283b39)
This commit is contained in:
committed by
Alexander Smorkalov
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user