When a tilde (~) is used in the extraction path passed to the dataset constructor, the dataset will not be properly extracted and will yield an object with no records.
Example:
This works:
testset = tonic.datasets.DVSGesture(save_to="./data", train=False)
But this wont:
testset = tonic.datasets.DVSGesture(save_to="~/SNN_DVSGesture/data", train=False)
printing it returns 0:
