tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Publicly available event datasets and transforms.

Results 21 tonic issues
Sort by recently updated
recently updated
newest added

`DiskCachedDataset` can be instantiated with `dataset=None`, to load from cache exclusively. This is a great feature. However, when looping over the dataset, it runs into troubles. ``` for item in...

More than a PR, this is to show how to use torchdata archive utilities and to discuss next steps. I would like to add some other things before merging it....

We're currently using an [untested copy](https://github.com/neuromorphs/tonic/blob/develop/tonic/download_utils.py) of torchvision's download utilities, which is far from ideal. [Pytorch Data](https://github.com/pytorch/data) separates that functionality into another package and introduces [data pipes](https://github.com/pytorch/data#what-are-datapipes). It is still...

enhancement
dataset

https://arxiv.org/abs/2005.04319

dataset

Hi, so I want to add the NSL-KDD Dataset(https://www.kaggle.com/datasets/hassan06/nslkdd) to tonic and make it spiking. I found hdf5 formatted and preprocessed files of the dataset in https://github.com/kyuyeonpooh/nsl-kdd-autoencoder/tree/master/hdf5 . Any advice...

Hi! I have added the NCARS dataset and added the try/except test on the `import loris` line. I also noticed that the sensor coordinates were unsigned in NCARS; hence, as...

apart from NCARS, which we already have, it would be nice to have access to some Gen4 camera datasets: https://docs.prophesee.ai/stable/datasets.html#datasets

dataset

could do scheduled test download like done here: https://github.com/pytorch/vision/blob/main/.github/workflows/tests-schedule.yml

testing

https://star-datasets.github.io/vector/

dataset

Would be good to add some documentation for those things.

documentation