Git Product home page Git Product logo

Comments (4)

chausner-audeering avatar chausner-audeering commented on July 28, 2024

The command you use generates ARFF files (for use with the Weka toolkit), not CSV files. To get CSV output, you should use -csvoutput instead of -O. You can see this by inspecting https://github.com/audeering/opensmile/blob/master/config/shared/standard_data_output.conf.inc where the command-line parameters are defined.

from opensmile.

yugen-ok avatar yugen-ok commented on July 28, 2024

Thanks! I did that, and now I got a csv format, but there is only one row of data with the value of "frameTime" being 0.0. I tried it with and without -instname, and on both opensmile.wav and media-interpretation.wav, both with the same result.

Also, some of the features have a number in brackets, either between 0-14 or between 0-25, and I'm not sure what it means.

I read the user guide but I still don't get what I'm doing wrong. Any help would be appreciated.

from opensmile.

chausner-audeering avatar chausner-audeering commented on July 28, 2024

It sounds like you would like to extract LLD (framewise low-level descriptor) features instead of functional features. LLD features are extracted for low-level frames so you would get a feature vector for every x ms. Functional features are aggregates computed on top of LLD features and by default, aggregated over the full input length so you end up with a single feature vector. This is what is output by default. If you want to get the LLD output, use -lldcsvoutput instead of -csvoutput.

from opensmile.

chausner-audeering avatar chausner-audeering commented on July 28, 2024

Also, some of the features have a number in brackets, either between 0-14 or between 0-25, and I'm not sure what it means.

Those are features that have array values, i.e. more than one value. The number indicates the index.

from opensmile.

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.