dcase_models.util.duplicate_folder_structure

dcase_models.util.duplicate_folder_structure(origin_path, destination_path)[source]

Duplicate the folder structure from the origin to the destination.

Parameters:
origin_path : str

Origin path.

destination_path : str

Destination path.