Skip to content

Commit

Permalink
Update ebssa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic authored Mar 8, 2024
1 parent debdd2e commit 20df5ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tonic/datasets/ebssa.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
class EBSSA(Dataset):
"""`EBSSA <https://www.westernsydney.edu.au/icns/resources/reproducible_research3/publication_support_materials2/space_imaging>`_
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')'
::
Expand Down

0 comments on commit 20df5ee

Please sign in to comment.