Git Product home page Git Product logo

sap_locata_eval's People

Contributors

cevers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sap_locata_eval's Issues

There is no read_participants_results

'read_participants_results'。
出错 main_evaluation_my (line 156)
[ estimates, p_meta_data ] = read_participants_results( p_dir, eval_dir, valid_submission_ids, opts ); % participants' results and meta data

Unused variables in Read Truth

Hello there.

Thank you fro your hard work releasing the LOCATA dataset and the necessary code.
I looked that there are some unused variables for VAD:

delta_theo = round(L_audio/400) - length(VAD) % theoretical difference
delta_act = length(VAD) - cnt % actual difference

I supposed that there were obtained to raise a warning or an error?

Anyway, just want to report them. If there is not use, then it would be better to remove them.

Best

I dont have the input data "p_data_and_GT_2020-01-25_130935.mat"

Hi, I'm new to LOCATA problem. I want to run through the main_evaluation.m . But I dont have the input data "p_data_and_GT_2020-01-25_130935.mat". I also don't know how to generate it. What should I do?
cant read file '../data/p_data_and_GT_2020-01-25_130935.mat'。没有此类文件或目录。 main_evaluation_my (line 149) load( load_data_fname )

No way to read/parse new data

The read_participants_results() function (to obtain "estimates") is referenced in the following code (in the "main_evaluation() function):

if add_my_results_flag
    disp(['Adding new results to evaluation that were not submitted for the LOCATA challenge.'])
    disp(['Location of new results: ', n_dir])
    
    % Read participants' submissions:
    [ estimates, p_meta_data ] = read_participants_results( p_dir, eval_dir, valid_submission_ids, opts ); % participants' results and meta data
end

Which would allow new systems/data to be evaluated using the same metrics as used in the paper.

However, this function is not included in the repository, and the structure of "estimates" does not appear to be documented anywhere.

Therefore, would it be possible to add a function that is able to parse new data? or have some documentation regarding the structure of "estimates"?

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.