GithubHelp home page GithubHelp logo

Comments (3)

astorfi avatar astorfi commented on July 19, 2024

Thank you for your interest @GawainLee. The overall process is described in the associated paper. If you are new to the topic, please read the paper at first.

Bests

from 3d-convolutional-speaker-recognition.

ovninosa avatar ovninosa commented on July 19, 2024

Astorfi,

I just read the paper and the repo, thanks for your time and effort.

I see the hdf5 file, this is the dataset features from all of the speakers, right?

I think the main idea of this question is about doing the training and verification with wav's dataset.

There is a simple way to do that??
Or I need to extract all the feature with a third party soft like SIDEKIT?

Thanks,
Jave

from 3d-convolutional-speaker-recognition.

astorfi avatar astorfi commented on July 19, 2024

@javenosa Thanks for your kind words.

No ... The hdf5 is just a sample for showcasing how to represent the data to the network and give the demo the ability to run promptly ... You should generate your own custom data and the details are available in the associated paper.

HDF5 generation is not necessary for the general architecture design and model training. However, the code needs to be modified a little bit to incorporate the features in case you wanna you some other file format! Storing files in HDF5, TFrecords and etc formats is suggested though since it makes the whole process much simpler and faster although data file generation itself add a little bit of complexity.

The features must be extracted anyway. I used SpeechPy which is my own developed package for speech feature extracted but you use any package that you are more comfortable using.

from 3d-convolutional-speaker-recognition.

Related Issues (20)

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.