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

.. py:module:: tonic.datasets.asl_dvs


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

Classes
~~~~~~~

.. autoapisummary::

   tonic.datasets.asl_dvs.ASLDVS




.. py:class:: ASLDVS(save_to: str, transform: collections.abc.Callable | None = None, target_transform: collections.abc.Callable | None = None, transforms: collections.abc.Callable | None = None)


   Bases: :py:obj:`tonic.dataset.Dataset`

   `ASL-DVS <https://github.com/PIX2NVS/NVS2Graph>`_
   ::

       @inproceedings{bi2019graph,
           title={Graph-based Object Classification for Neuromorphic Vision Sensing},
           author={Bi, Y and Chadha, A and Abbas, A and and Bourtsoulatze, E and Andreopoulos, Y},
           booktitle={2019 IEEE International Conference on Computer Vision (ICCV)},
           year={2019},
           organization={IEEE}
       }

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

   .. py:attribute:: url
      :value: 'https://www.dropbox.com/sh/ibq0jsicatn7l6r/AACNrNELV56rs1YInMWUs9CAa?dl=1'

      

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

      

   .. py:attribute:: file_md5
      :value: '33f8b87bf45edc0bfed0de41822279b9'

      

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

      

   .. py:attribute:: classes

      

   .. py:attribute:: int_classes

      

   .. py:attribute:: sensor_size
      :value: (240, 180, 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__()



