Quality-Net icon indicating copy to clipboard operation
Quality-Net copied to clipboard

About the shape of data for the model.

Open YangYang opened this issue 5 years ago • 3 comments

Hi, recently I'm reading this paper. I feel this work is very outstanding, so I want to implement this, until I find this repository. But when I want to run your code, I find I could not known about the data fed into the model, so can you share the shape of your training data and the label of the training? I will very appreciated.

YangYang avatar Oct 18 '20 01:10 YangYang

The input shape is (None, 257) as shown here: https://github.com/JasonSWFu/Quality-Net/blob/master/Quality_net_training_Non_intrusive.py#L170 which represents (batchsize=1, number of frames, number of frequency bins=257)

JasonSWFu avatar Oct 19 '20 06:10 JasonSWFu

Ok, thank you so much!

YangYang avatar Oct 19 '20 06:10 YangYang

Could you share the dataset in this paper?

YangYang avatar Oct 19 '20 06:10 YangYang