Skip to content

MOS prediction during runtime #49

Closed
@anuragkumar95

Description

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?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions