andrewowens/multisensory

How to calculate SDR?

ruizewang opened this issue · 1 comments

Hi Andrew,
What tool did you use to calculate SDR?
Thank you :)

There is another question about calculating SDR.
For example, given a video, the mixed audio shape is (173774, 1). However, your sep model outputs a audio with shape (173040, 1). The length of these two audios is not the same (173774!=173040). So this causes difficulties when calculating SDR. May I ask how you solved it?