MAMEM / eeg-processing-toolbox

Matlab code for proccesing EEG signals.
http://www.mamem.eu/
Apache License 2.0
76 stars 38 forks source link

Dataset 1 giving error when using sess.loadAll(1) #61

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello. I am trying to use your dataset for recognition of SSVEP frequencies using CNN and RNN. I am trying to create the data trials using sess.loadAll(1) and it gives following error.

Error using load Unable to read file 'S006e'. No such file or directory.

Error in eegtoolkit.util.Session/loadSubjectSession (line 310) load(S.sessions{experiment,subject,session});

Error in eegtoolkit.util.Session/loadSubject (line 296) S.loadSubjectSession(experiment,subject,i);

Error in eegtoolkit.util.Session/loadAll (line 282) S.loadSubject(experiment,i);

I have checked your code for Session.m and it has files name until subject 13 for the dataset 1. But I cannot see more than 6 subjects https://figshare.com/articles/MAMEM_EEG_SSVEP_Dataset_I_256_channels_11_subjects_5frequencies/2068677 in part 1. Please let me know if anything else is supposed to be used or if I have wrong files.

ghost commented 6 years ago

I am sorry I found the files.