dcase_util.tools.SubmissionChecker.process

SubmissionChecker.process(entry_meta_filename=None, entry_results1_filename=None, entry_results2_filename=None, entry_info_filename=None, meta_template=None)[source]

Process submission entry and apply all check-ups

Parameters
entry_meta_filenamestr, optional

File path to the meta file Default value None

entry_results1_filenamestr, optional

File path to system output file Default value None

entry_results2_filenamestr, optional

File path to system output file Default value None

entry_info_filenamestr, optional

File path to extra info file Default value None

meta_templatedict, optional

Meta template dictionary to compare against. Default value None

Returns
self