:py:mod:`tonic.datasets.nerdd`
==============================

.. py:module:: tonic.datasets.nerdd


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   tonic.datasets.nerdd.NERDD




.. py:class:: NERDD(root: str, transforms: collections.abc.Callable | None = None)


   `NeRDD <https://github.com/MagriniGabriele/NeRDD>`_
   Neuromorphic Event-based Reactive Driving Dataset.

   :param root: Location to save files to on disk.
   :type root: string
   :param transforms: A callable of transforms that is applied to both data and
                      labels at the same time.
   :type transforms: callable, optional

   .. py:attribute:: filename
      :value: 'NeRDD.zip'

      

   .. py:attribute:: folder_name
      :value: 'DATA'

      

   .. py:attribute:: sensor_size
      :value: (1280, 720, 2)

      

   .. py:attribute:: dtype

      

   .. py:attribute:: ordering

      

   .. py:method:: __getitem__(index: int) -> tuple[Any, Any]

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


   .. py:method:: __len__()



