google / visqol

Perceptual Quality Estimator for speech and audio
Apache License 2.0
641 stars 118 forks source link

Need a direct version of visqol #79

Open JohnHerry opened 1 year ago

JohnHerry commented 1 year ago

Thanks to the good job.
but it need bazel compile firstly. The bazel compiler will always download something as dependencies, which is not friendly to some secure network envirionment where access to outside network is controled. We need a direct usable version in Linux to have to test. If there is any python script to load the model and make MOS prediction, That is fine. Can any one help?

JohnHerry commented 1 year ago

I download the remote libs needed in WORKSPACE, and changed the WORKSPACE to load locals, But the libs may have recursive dependencies, eg. the Tensorflow. It is terrible