Giter Club home page Giter Club logo

Comments (11)

jymsuper avatar jymsuper commented on August 20, 2024

Thanks for your interest in the github!
I applied Sohn VAD to the speech corpus to generate labels.
The results of Sohn VAD are used as labels of the speech.
You can refer the below papers.
[1] Joint learning using denoising variational autoencoders for voice activity detection
[2] Boosting contextual information for deep neural network based voice activity detection

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

Thanks a lot.
Can i have your contact information(E-mail and so on)?
Thanks

from vad_tutorial.

jymsuper avatar jymsuper commented on August 20, 2024

You can contact me through "[email protected]"

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

Okay, I have received your E-mail.
Thanks

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

from vad_tutorial.

jymsuper avatar jymsuper commented on August 20, 2024

As I said above, we applied the Sohn VAD to each utterance.
Sohn VAD is the unsupervised learning-based method, so we do not need to train the model.
The results from the Sohn VAD are binary labels (1 for speech, 0 for non-speech).
Therefore, we can use this output as the label for the DNN-based VAD.

You can use any unsupervised learning-based VAD for the label generator.
Even a simple model can yield very good results in VAD for clean speech.

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

from vad_tutorial.

jymsuper avatar jymsuper commented on August 20, 2024

There is no section that is related to generating labels.
I generated labels and features using matlab codes and uploaded the results in the github.
And I didn't include the matlab code in this github.
You have to write down the codes to generate labels.
There are many codes about unsupervised learning based VAD in the github.
In the matlab voicebox toolkit, there is Sohn VAD code or you can use the other VAD in the below.
http://cs.uef.fi/pages/tkinnu/VQVAD/VQVAD.zip.

The detailed explanation is in my previous answer.

from vad_tutorial.

zw76859420 avatar zw76859420 commented on August 20, 2024

from vad_tutorial.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.