Git Product home page Git Product logo

opensmile-llds-extraction's People

Contributors

winston-lin-wei-cheng avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

leon-wang521

opensmile-llds-extraction's Issues

Why is it saying no suce files ?

I am using the following code, assuming my wav files are stored in the RENAMED_wav folder, which is actually in that location. However, where are you storing the labels for corresponding files?

  opensmile_root = '...../opensmile/build/progsrc/smilextract'
  input_audio_folder_path = ........./RENAMED_wav/'
  feature_type ='IS13ComParE'               # 'IS13ComParE' or 'eGeMAPS' are currently supported 
  
  # create output directory and folders
  os.mkdir(input_audio_folder_path.replace('wav',feature_type+'_llds'))
  os.mkdir(input_audio_folder_path.replace('wav',feature_type+'_llds')+'/feat_arff/')
  os.mkdir(input_audio_folder_path.replace('wav',feature_type+'_llds')+'/feat_mat/')

The code is successfully the folders feat_arff and feat_mat But they are empty,
I can see the openSmile is extracting 103 components in the console.
What is the error?

Please guide

Inquiry about "config_lld" Folder and Configuration Files

Hi

I have been working with the IS13_ComParE.conf and eGeMAPSv01a.conf files from the "/config/is09-13/" and "/config/egemaps/v01a" directories, respectively.

In my attempts to use these configuration files, I encountered the following error: "data = arff.loadarff(open ("temp.arff"))
File "/root/.local/share/virtualenvs/workspace-hArTflJD/lib/python3.10/site-packages/scipy/io/arff/_arffread.py", line 802, in loadarff
return _loadarff(ofile)
File "/root/.local/share/virtualenvs/workspace-hArTflJD/lib/python3.10/site-packages/scipy/io/arff/_arffread.py", line 835, in _loadarff
raise NotImplementedError("String attributes not supported yet, sorry")
NotImplementedError: String attributes not supported yet, sorry"

I noticed that you have a "config_lld" folder in your repository. Could you please let me know where I can find this "config_lld" folder? I am curious if there are specific configurations or adjustments in that folder that might resolve the error I'm encountering.

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.