Skip to content

Commit

Permalink
Pass optional_dict in QualityRunnerFromFeatureExtractor.
Browse files Browse the repository at this point in the history
  • Loading branch information
li-zhi committed Jul 1, 2021
1 parent eac6ddc commit f594196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vmaf/core/quality_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _get_feature_assembler_instance(self, asset):
fifo_mode=self.fifo_mode,
delete_workdir=self.delete_workdir,
result_store=self.result_store,
optional_dict=None,
optional_dict=self.optional_dict,
optional_dict2=None,
parallelize=False, # parallelization already in a higher level
)
Expand Down

0 comments on commit f594196

Please sign in to comment.