tarepan / SpeechMOS

Easy-to-Use Speech MOS predictors
MIT License
196 stars 13 forks source link

Is the score range from 0 to 5? #18

Closed ZhikangNiu closed 3 months ago

ZhikangNiu commented 3 months ago

thanks your project and I want to confirm that the score range is 0~5?

tarepan commented 3 months ago

In general, Mean-Opinion-Score range is 1~5.

SpeechMOS/utmos22_strong score range is designed to be 1~5.
In almost all cases, actual value is in this range.
But, because of implementation, it could be -inf ~ +inf, theoretically (I have never seen this value practically).

ZhikangNiu commented 3 months ago

Thanks for your answer