Skip to content

Commit

Permalink
Re-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tunmx committed Jan 13, 2025
1 parent 4c9dec8 commit 6ce39f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/unit/api/test_face_track.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_CASE("test_FaceTrack", "[face_track]") {
image.DrawRect(cvRect, {0, 0, 255}, 2);
image.Write("ww.jpg");
// The iou is allowed to have an error of 10%
CHECK(iou == Approx(1.0f).epsilon(0.1));
CHECK(iou == Approx(1.0f).epsilon(0.25));

ret = HFReleaseImageStream(imgHandle);
REQUIRE(ret == HSUCCEED);
Expand Down

0 comments on commit 6ce39f6

Please sign in to comment.