Neuromorphs Tonic Versions Save

Publicly available event datasets and transforms.

v1.4.3

5 months ago

v1.4.2

8 months ago

v1.4.1

8 months ago

v1.3.3

10 months ago

v1.3.2

10 months ago

v1.2.7

11 months ago

v1.2.6

1 year ago

v1.2.4

1 year ago

v1.2.3

1 year ago

v1.2.1

1 year ago
  • Major rewrite of DSEC dataset. It's now possible to choose from any combination of recordings, train/test split, data and targets.
  • Support for target slicing in SlicedDataset. Previously we could only slice data, now we can do slicing based on data and targets.
  • transforms parameter for most datasets, in addition to transform and target_transform. This allows a user to pass a transform that will be called on data and targets at the same time.
  • CenterCrop transform for events, similar to what the frame-based equivalent does.
  • Improvements under the hood: slicers consolidation in one file, bug fixes, documentation updates
  • Exploration for the new Torch Data API under tonic/prototype. Thanks to @fabhertz95