项目作者: modaresimr

项目描述 :
Multimodal Evaluation for Sound Event Detection (SED)
高级语言: Jupyter Notebook
项目地址: git://github.com/modaresimr/SED-MME-eval.git
创建时间: 2021-03-31T13:17:50Z
项目社区:https://github.com/modaresimr/SED-MME-eval

开源协议:

下载


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

  1. pip install -r requirements.txt
  2. pip install ./

Usage

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

If the groundtruth,perediction,metadata are available in dataframe

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