tonic.datasets.nerdd#

Module Contents#

Classes#

class tonic.datasets.nerdd.NERDD(root: str, transforms: Optional[Callable] = None)[source]#

NeRDD Neuromorphic Event-based Reactive Driving Dataset.

Parameters:
  • root (string) – Location to save files to on disk.

  • transforms (callable, optional) – A callable of transforms that is applied to both data and labels at the same time.

filename = 'NeRDD.zip'#
folder_name = 'DATA'#
sensor_size = (1280, 720, 2)#
dtype#
ordering#
__getitem__(index: int) Tuple[Any, Any][source]#
Returns:

(events, target) where target is index of the target class.

Parameters:

index (int) –

Return type:

Tuple[Any, Any]

__len__()[source]#