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

Issue 2718063003: POLQA evaluation score. (Closed)

Created:
3 years, 9 months ago by AleBzk
Modified:
3 years, 8 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

POLQA evaluation score. BUG=webrtc:7218 NOTRY=True Review-Url: https://codereview.webrtc.org/2718063003 Cr-Commit-Position: refs/heads/master@{#17509} Committed: https://chromium.googlesource.com/external/webrtc/+/0deb594b2567808f4185243a57afd830bd201bac

Patch Set 1 #

Total comments: 7

Patch Set 2 : comments from kjellander addressed #

Patch Set 3 : rebase #

Total comments: 1

Patch Set 4 : check if POLQA bin exists #

Total comments: 2

Patch Set 5 : final comments from Henrik addressed #

Patch Set 6 : rebase #

Messages

Total messages: 17 (6 generated)
AleBzk
Yet another CL on evaluation scores for the APM module. This is a wrapper to ...
3 years, 9 months ago (2017-02-28 16:20:09 UTC) #3
kjellander_webrtc
https://codereview.webrtc.org/2718063003/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py (right): https://codereview.webrtc.org/2718063003/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py#newcode31 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py:31: def register_class(cls, class_to_register): Chromium deviates from the standard Python ...
3 years, 9 months ago (2017-03-03 05:08:07 UTC) #4
AleBzk
Hi Henrik, Thanks so much for your comments. Everything has been addressed. https://codereview.webrtc.org/2718063003/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py ...
3 years, 9 months ago (2017-03-03 12:37:56 UTC) #5
kjellander_webrtc
https://codereview.webrtc.org/2718063003/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py (right): https://codereview.webrtc.org/2718063003/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py#newcode126 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py:126: _POLQA_PATH = os.environ['POLQA_PATH'] On 2017/03/03 12:37:56, AleBzk wrote: > ...
3 years, 9 months ago (2017-03-04 21:21:03 UTC) #6
AleBzk
Hi Henrik, Thanks a lot for your comments, now it really looks much better :) ...
3 years, 9 months ago (2017-03-06 13:27:17 UTC) #7
kjellander_webrtc
https://codereview.webrtc.org/2718063003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py (right): https://codereview.webrtc.org/2718063003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py#newcode135 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py:135: self._polqa_tool_path, self._BIN_FILENAME) How about to check for the existence ...
3 years, 9 months ago (2017-03-06 14:36:39 UTC) #8
AleBzk
On 2017/03/06 14:36:39, kjellander_webrtc wrote: > https://codereview.webrtc.org/2718063003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py > File > webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py > (right): > > ...
3 years, 9 months ago (2017-03-06 14:47:02 UTC) #9
kjellander_webrtc
Lgtm with comment addressed https://codereview.webrtc.org/2718063003/diff/60001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py (right): https://codereview.webrtc.org/2718063003/diff/60001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py#newcode137 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py:137: raise Exception('cannot find POLQA tool ...
3 years, 9 months ago (2017-03-06 19:14:27 UTC) #10
AleBzk
https://codereview.webrtc.org/2718063003/diff/60001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py (right): https://codereview.webrtc.org/2718063003/diff/60001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py#newcode137 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py:137: raise Exception('cannot find POLQA tool binary file') On 2017/03/06 ...
3 years, 9 months ago (2017-03-10 11:39:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2718063003/100001
3 years, 8 months ago (2017-04-03 15:26:18 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 15:29:13 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/0deb594b2567808f4185243a5...

Powered by Google App Engine
This is Rietveld 408576698