From 20df5eeb27ef47a1eba1b129c2c686c6312fa925 Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Fri, 8 Mar 2024 12:20:37 +0100 Subject: [PATCH] Update ebssa.py --- tonic/datasets/ebssa.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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')' ::