Giter Site home page Giter Site logo

Comments (5)

vzxxbacq avatar vzxxbacq commented on June 12, 2024

Hi Mihir, I'm glad to know my work is useful to you~

In this paper, authors use 40-d Fbank feature and concatenate 4 frames' feature before and after each frame. It's easy to implement, you just need to write code like this feature[index] = feature[index-4 : index+5]. So, the features' shape is (9, 40) and the 1 represents channel.

If you want use MFCC feature, you can use 40-d MFCC feature or change 40 to 39, but you need also to modify the conv_kernel and stride.

from speaker-recognition-papers.

mihirp1998 avatar mihirp1998 commented on June 12, 2024

Thanks a lot

from speaker-recognition-papers.

vzxxbacq avatar vzxxbacq commented on June 12, 2024

@mihirp1998 I saw the email you sent me, but I didn't see the reply here, so weird.

I glad to know my repo is useful to you, and I also hope you would like to pull request after you implement them. If you have any questions about my code, feel free to contact me.

About the work on SV. Recently I am studying the effect of data augmentation (e.g. add noise) on the speaker recognition model. Although I have not made much progress now, I think this is feasible.

from speaker-recognition-papers.

mihirp1998 avatar mihirp1998 commented on June 12, 2024

nice to hear that. I'm currently working with a team of 3 .. we r working on noise cancellation techniques rather, like ltsd and few other. We will soon commit it to ur repo. Haven't really looked into noise augmentation. Can u share me some relevant links about it.

from speaker-recognition-papers.

vzxxbacq avatar vzxxbacq commented on June 12, 2024

@mihirp1998
Thanks for your contribution so much.
This is link to data aug paper.

from speaker-recognition-papers.

Related Issues (9)

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.