Giter VIP home page Giter VIP logo

Comments (3)

ArashAmani avatar ArashAmani commented on July 23, 2024

hi ArashAmani: What toolkit do you use to get the ‘i-vectors.csv’file? I tried kaldi, but failed.If you have a better method, can you tell me? Look forward to the specific tutorial. Thanks!

Hi
I used Kaldi to extract vectors as .ark files. Then I used "copy-vector" to convert the .ark file to a text file. I load the text file parse it to the pandas data frame.

copy-vector is in the following path:
$KALDI_ROOT/src/bin/copy-vector

Sample:
$KALDI_ROOT/src/bin/copy-vector ark:path_to_xvector/xvector.1.ark ark,t:path_to_text_file/kurdish_dialects_xvectors.txt;

from kurdish-dialect-recognition.

hxl523 avatar hxl523 commented on July 23, 2024

hi,Thank you for your answer.
I tried the method you said, but I couldn't find the copy-vector file in $KALDI_ROOT/src/bin/copy-vector,i can find copy-int-vector in this path, and used it ,it also reported some error.
so i try this:
~/kaldi/src/featbin/copy-feats --binary=false ark:ivector.1.ark ark,t:1.txt
it can work well. But I don't know if it makes sense.

from kurdish-dialect-recognition.

ArashAmani avatar ArashAmani commented on July 23, 2024

you can download csv file. It is in kurdish_dialect_vectors floder.

from kurdish-dialect-recognition.

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.