Skip to content

Commit

Permalink
Lower accuracy threshold for MRCNN in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Oct 5, 2023
1 parent 25ae846 commit ebb1be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_otx_eval(self, template, tmp_dir_path):
@pytest.mark.parametrize("half_precision", [True, False])
def test_otx_eval_openvino(self, template, tmp_dir_path, half_precision):
tmp_dir_path = tmp_dir_path / "ins_seg"
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.2, half_precision=half_precision)
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.1, half_precision=half_precision)

@e2e_pytest_component
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
Expand Down

0 comments on commit ebb1be4

Please sign in to comment.