Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOS prediction during runtime #49

Open
anuragkumar95 opened this issue May 1, 2024 · 0 comments
Open

MOS prediction during runtime #49

anuragkumar95 opened this issue May 1, 2024 · 0 comments

Comments

@anuragkumar95
Copy link

I would like to use NISQA to predict MOS during runtime. Using run_predict.py is nice when I only have to predict MOS once. I would like to avoid loading NISQA model every time I want to calculate MOS of a wave file. My use case is something like

for i in (# of steps in the order of 10k):
    wav, sr = librosa.load(path)
    ...
    Do same changes to wav
    ....
    mos = NISQA(wav)

It would be really nice to have a method that loads the NISQA model once and allows me to pass wavfiles during runtime. Is there a way already to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant