dcase_util.data.RepositoryNormalizer.load

RepositoryNormalizer.load(filename, collect_from_containers=True)[source]

Load normalizers from disk.

Parameters
filenamestr or dict

Either one filename (str) or multiple filenames in a dictionary. Dictionary based parameter is used to construct the repository from separate Normalizer, format: label as key, and filename as value. If None given, parameter given to class initializer is used instead. Default value None

collect_from_containersbool

Collect data to the repository from separate containers. Default value True

Returns
self