Skip to content

Commit

Permalink
fix test failure on Jetson TX2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoaki0705 committed Apr 15, 2020
1 parent 675342e commit f39784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cudabgsegm/test/test_bgsegm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CUDA_TEST_P(MOG2, Update)

mog2_gold->apply(frame, foreground_gold);

ASSERT_MAT_SIMILAR(foreground_gold, foreground, detectShadow ? 13e-3 : 18e-8);
ASSERT_MAT_SIMILAR(foreground_gold, foreground, detectShadow ? 13e-3 : 2e-4);
}
}

Expand Down

0 comments on commit f39784c

Please sign in to comment.