Menu

Benchmark multi-model/multi-view models.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

mmbench.dataset.load_data(datasetdir, modalities)[source]ΒΆ

Load the data.

Parameters

datasetdir : str

the path to the dataset associated data.

modalities : list of str

the modalities to load.

Returns

data : dict of DataFrame

the loaded data.

meta_df : DataFrame

the associated meta information.

Follow us

© 2023, mmbench developers