BUTSpeechFIT / VBx

Variational Bayes HMM over x-vectors diarization
252 stars 57 forks source link

Ark file #26

Closed COmpSci1212 closed 3 years ago

COmpSci1212 commented 3 years ago

Do you have the example ark file avaliable so i can cross reference it against what i am producing? Also did you convert these ark files into csv files at all? If so should there be 256 rows worth of tuples per vector?

Great project and ive had some good fun playing around with it.

Kind regards

fnlandini commented 3 years ago

Hello, glad that you had fun with it. I have just uploaded the ark, seg and rttm files for the example (inside exp). We have never converted them to csv but having 256-dimensional x-vectors makes sense. If you want to validate that what you have in the csv is correct, you could compare the values to what is read in this line. Regards, Federico

COmpSci1212 commented 3 years ago

Thank you very much for your response.

fnlandini commented 3 years ago

Closing issue due to inactivity. Feel free to reopen it.