Jo0o0Hyung / Dual-Attention-for-VAD

3 stars 4 forks source link

label problem? #1

Open zwdfqdd opened 4 years ago

zwdfqdd commented 4 years ago

how to get the '.mat' label ? no code was found

Jo0o0Hyung commented 4 years ago

Hello, Zhang. At first, I appreciate your interest to my paper and code. When I did the experiment, I used VAD matlab code based on Sohn VAD as I mentioned in my paper. ( https://www.mathworks.com/help/audio/ref/voiceactivitydetector-system-object.html )

But after the experiment, I changed the method of extracting label by using VQ-VAD code which is introduced in paper "A practical, self-adaptive voice activity detector for speaker verification with noisy telephone and microphone data" (ICASSP 2013) (I recommend you to use this code.) As you can see in that paper, its matlab code is open to the public in web page, http://cs.uef.fi/pages/tkinnu/VQVAD/.

Because they are not my code, I didn't upload them to my github.

I hope this reply will help your study.

Thank you!

2020년 9월 24일 (목) 오후 5:59, wang zhang notifications@github.com님이 작성:

how to get the '.mat' label ? no code was found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Jo0o0Hyung/Dual-Attention-for-VAD/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AORNRVS4V3USKCL6TLLHW4TSHMC7DANCNFSM4RYBBYVA .

zwdfqdd commented 4 years ago

Hello, Jo0o0Hyung. Thanks for your reply! it's very helpful to me. I'll try to implement it in the code you recommend.

Thank you!