N-Nieto / Inner_Speech_Dataset

Codes to reproduce the Inner speech Dataset publicated by Nieto et al.
GNU General Public License v3.0
72 stars 27 forks source link

Issues when loading subject 9 and 10 #10

Open Jiang-Muyun opened 2 years ago

Jiang-Muyun commented 2 years ago

When loading the data, can successfully load subjects from 1 to 8, but there are loading errors of subjects 9 and 10. Here is code that can reproduce the error.

from Python_Processing.Data_extractions import  Extract_data_from_subject
root_dir = "../ds003626-download"
N_S = 9   # Subject number [1 to 10], 1 to 8 working fine, 9 and 10 have errors
X, Y = Extract_data_from_subject(root_dir, N_S, datatype="EEG")

Screen Shot 2022-02-23 at 12 26 17 AM Screen Shot 2022-02-23 at 12 26 26 AM

N-Nieto commented 2 years ago

There were a problem with subject 9 and 10 in the data repository that was fixed in the last version of the dataset (2.1.0)

The problem should be solve if you download the data again: https://openneuro.org/datasets/ds003626/versions/2.1.0.

If the problem persist please reach me again.