hello.fiftyone.dataset_zoo module

hello.fiftyone.dataset_zoo.get_dataset(name='_test_det', label_types=['detections'])[source]

Loads the dataset of the given name from the FiftyOne Dataset Zoo.

Parameters:
  • name (str, optional) – a str. Defaults to “_test_det”.

  • label_types (list, optional) – optional values are in {'detections', 'segmentations'}. Defaults to None.

Returns:

a fiftyone.core.dataset.Dataset