sky1456723 / Pytorch-MBNet

A pytorch implementation of MBNET: MOS PREDICTION FOR SYNTHESIZED SPEECH WITH MEAN-BIAS NETWORK
61 stars 4 forks source link

preprocessing of VCC 2016 dataset #1

Open frankdarkluo opened 3 years ago

frankdarkluo commented 3 years ago

Is it okay to provide the csv file of VCC 2016 dataset for calculating the VCC 2016 system-level LCC and SRCC and MSE?

sky1456723 commented 3 years ago

Yes, I can provide the csv file of VCC 2016 and the testing code for VCC 2016 after cleaning the code. In the original design, testing on VCC 2016 can be done by using inference.py (to get the inference results) and a simple code (to sum up the results for each system, customized by the users).