Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py

Issue 2714543005: Evaluation controller, evaluation score abstract class, and score data access. (Closed)
Patch Set: Downgrading to Python 2 Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
index f6cecd3a40570aee73b5c92aa1c41e7e225e00a3..ac20edc9d763ba67cc371cc8116dc978394c66c4 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/simulation.py
@@ -12,6 +12,7 @@ import os
from . import audioproc_wrapper
from . import data_access
from . import eval_scores
+from . import evaluation
from . import noise_generation
class ApmModuleSimulator(object):
@@ -21,9 +22,7 @@ class ApmModuleSimulator(object):
def __init__(self):
self._audioproc_wrapper = audioproc_wrapper.AudioProcWrapper()
-
- # TODO(alessio): instance when implementation is ready.
- self._evaluator = None
+ self._evaluator = evaluation.ApmModuleEvaluator()
self._base_output_path = None
self._noise_generators = None
« no previous file with comments | « webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698