Code Monkey home page Code Monkey logo

dcase2016-baseline-system-python's People

Contributors

jmliu88 avatar toni-heittola avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dcase2016-baseline-system-python's Issues

Task 1 Challenge mode breaking while generating the submission files

The on_after_extract() function in "src/dataset.py" at line no 1126 appears to expect a "evaluate.txt" file in the "evaluation_setup" folder which is not the case (it is named 'test.txt') in the dataset :
eval_filename = os.path.join(self.evaluation_setup_path, 'evaluate.txt')

Also, while generating the meta file out of the "evaluate.txt", since there are no labels, it results in an index error while accessing row[1] at line no 1136 of "src/dataset.py" :
meta_data[row[0]] = row[1]

Another suggestion - while initializing the challenge dataset in line no 178 of "task1_scene_classification.py", the data path is not considered. The data path could have been added similar to the development dataset initialization :
challenge_dataset = eval(params['general']['challenge_dataset'])()

About the computation of the mfcc features

Maybe there is a little error in the file /src/features.py when you get the 'window' vector for mfcc feature computation: window = scipy.signal.hamming(mfcc_params['n_fft'], sym=False). But I think we should use mfcc_params['win_length'] when get the hamming window.

My MATLAB reaches 71.3% baseline instead of 72.4%

Hi,
I'm having trouble reproducing the baseline accuracies on my local machine, i.e. multicore Ubuntu with MATLAB 2013b. I'm running latest master on the repo.
Below are the results after calling the script task1_scene_classification:

dcase_baseline

The above is consistent across runs, due to the re-initialization of the random seed.
This is not too bad of a failure, but since it is sensibly below the reported accuracy of 72.4%, I was worried if something might be wrong it my setup.

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.