Skip to content

Commit

Permalink
Modify action regression test (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegukhyun authored May 16, 2023
1 parent fb1ecb6 commit 63dcbd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/regression/action/test_action_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def test_otx_export_eval_openvino(self, template, tmp_dir_path):
@e2e_pytest_component
@pytest.mark.parametrize("template", templates, ids=templates_ids)
def test_pot_optimize_eval(self, template, tmp_dir_path):
if template.name == "MoViNet":
pytest.skip(reason="Issue#2058: MoViNet fails with OpenVINO inference occasionally")
self.performance[template.name] = {}

tmp_dir_path = tmp_dir_path / TASK_TYPE
Expand Down
6 changes: 3 additions & 3 deletions tests/regression/regression_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"multi_class": {
"train": {
"X3D": 0.612,
"MoViNet": 0.0
"MoViNet": 0.492
},
"export": {
"X3D": 0.589,
Expand Down Expand Up @@ -1665,7 +1665,7 @@
"multi_class": {
"train": {
"X3D": 3604.046,
"MoViNet": 0.0
"MoViNet": 2091.719
}
}
}
Expand Down Expand Up @@ -2057,7 +2057,7 @@
"multi_class": {
"train": {
"X3D": 384.374,
"MoViNet": 0.0
"MoViNet": 244.952
}
}
}
Expand Down

0 comments on commit 63dcbd7

Please sign in to comment.