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.get_dataset(dataset, datasetdir, modalities)[source]ΒΆ

Load the train/test datasets.

Parameters

dataset : str

the dataset name: euaims or hbn.

datasetdir : str

the path to the dataset associated data.

modalities : list of str

the modalities to load.

Returns

trainset, testset : MultimodalDataset

the loaded train/test datasets.

Follow us

© 2023, mmbench developers