andrewowens / multisensory

Code for the paper: Audio-Visual Scene Analysis with Self-Supervised Multisensory Features
http://andrewowens.com/multisensory/
Apache License 2.0
220 stars 60 forks source link

How to calculate SDR? #41

Open ruizewang opened 3 years ago

ruizewang commented 3 years ago

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

ruizewang commented 3 years ago

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?