Skip to content

Commit

Permalink
[DO NOT MERGE] Bisect QualityRunnerTest, step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Nov 2, 2023
1 parent dc61d6a commit 747c2d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/test/quality_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def tearDown(self):
self.runner.remove_results()
super().tearDown()

'''
def test_executor_id(self):
asset = Asset(dataset="test", content_id=0, asset_id=1,
ref_path="dir/refvideo.yuv", dis_path="dir/disvideo.yuv",
Expand Down Expand Up @@ -922,8 +924,8 @@ def test_run_vmaf_runner_with_transform_for_phone(self):
self.assertAlmostEqual(results[0]['VMAF_integer_feature_adm2_score'], 0.053996580527295335, places=4)
self.assertAlmostEqual(results[0]['VMAF_score'], 14.98274738501623, places=4)
'''

'''
def test_run_bootstrap_vmaf_runner(self):

ref_path, dis_path, asset, asset_original = set_default_576_324_videos_for_testing()
Expand Down Expand Up @@ -1924,7 +1926,7 @@ def test_run_vmaf_runner_with_param_neg_and_model_mfz(self):

self.assertAlmostEqual(results[0]['VMAF_score'], 72.3205498755804, places=4)
self.assertAlmostEqual(results[1]['VMAF_score'], 97.42843609144575, places=4)
'''


if __name__ == '__main__':
unittest.main(verbosity=2)

0 comments on commit 747c2d2

Please sign in to comment.