Giter Site home page Giter Site logo

adore-hrzz / nao-sound-classification Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 74 KB

Sound classification module, distinguishing between articulated speech and other sounds.

License: GNU General Public License v3.0

C++ 80.69% CMake 3.04% Python 15.65% Shell 0.62%

nao-sound-classification's People

Contributors

dmiklic avatar fpetric avatar robotiks avatar stribor14 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nao-sound-classification's Issues

Clean up CPP code

Remove all functionality that can be better implmented in Python. Re-implement in Python.

Update docs for classification

Currently, only the docs for learning and batch classification have been updated.

Docs for getting the classifier running, both as a local and as a remote module must be updated too!

Crash in Learner

When running learner with the attached configuration files: SC.txt, test_data.txt, train_data.txt

learner crashes (after processing an number of files), with the following error message:

4month_18weeks_old_baby_cooing_and_babbling__nonarticulated_006.wav: [||||||||||] DONE
sto_veliki_misle_mali_govore_sta_je_kisobran__speech_031.wav: [||||||||||] DONE
OpenCV Error: Internal error (data is empty) in CvMLData::set_response_idx, file /home/damjan/devel/opencv/opencv-2.4.9/modules/ml/src/data.cpp, line 347
terminate called after throwing an instance of 'cv::Exception'
  what():  /home/damjan/devel/opencv/opencv-2.4.9/modules/ml/src/data.cpp:347: error: (-3) data is empty in function CvMLData::set_response_idx

Aborted (core dumped)

This is the part of the code where things fail (as reported by gdb):

    CvMLData modelData;
    modelData.set_miss_ch('@');
    modelData.read_csv((par.featData).c_str());
    
    modelData.set_response_idx(0);

@stribor14 any ideas?

Clean up folder layout

Move source files to src folder and headers to include folder. Requires modifications to CMakeLists.txt

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.