Skip to content

Multimodal Evaluation for Sound Event Detection (SED)

Notifications You must be signed in to change notification settings

modaresimr/SED-MME-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SED-MME-eval

This tool prepare a multimodal evaluation for Sound Event Detection (SED) systems

Please install Jupyter and open this notebook SED-MME-eval.ipynb

Installation

Please run the following line in the command prompt to install the metric

pip install -r requirements.txt
pip install ./

Usage

import mme_eval.multi_eval
res1=mme_eval.multi_eval.get_single_result(groundtruthfile,peredictionfile,metadatafile,debug=[]) # or debug=['V']

If the groundtruth,perediction,metadata are available in dataframe

res1=mme_eval.multi_eval.get_single_result_df(groundtruth,perediction,metadata,debug=[]) # or debug=['V']

About

Multimodal Evaluation for Sound Event Detection (SED)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages