google/visqol

Need a direct version of visqol

JohnHerry opened this issue · 1 comments

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?

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