diff --git a/tonic/datasets/ebssa.py b/tonic/datasets/ebssa.py index 6b19402..30b5ed6 100644 --- a/tonic/datasets/ebssa.py +++ b/tonic/datasets/ebssa.py @@ -11,7 +11,11 @@ class EBSSA(Dataset): """`EBSSA `_ - There are six different splits provided in this dataset. The labelled section of the dataset contains 84 recordings and 84 label files. The unlabelled section of the dataset contains 153 recordings in folders marked "Unlabelled". + There are six different splits provided in this dataset. The labelled section of the dataset contains 84 recordings and 84 label files. + The unlabelled section of the dataset contains 153 recordings in folders marked "Unlabelled". + If the automatic download from Google Drive fails, please download the file manually from https://drive.google.com/uc?id=1lCh2HWvxEzzaBHT5TlPuyUn6XPM5OVWN + and put it in a folder called 'EBSSA'. Then point the path to its parent folder. For example, if you put the data file in 'datasets/EBSSA/labelled_ebssa.h5', + create the dataset object with 'dataset = tonic.datasets.EBSSA('datasets', split='labelled')' ::