numediart / EEGLearn-Pytorch

GNU General Public License v2.0
126 stars 33 forks source link

Where is the Images data (format: .mat, shape: (2670, 7, 3, 32, 32))? #2

Closed homingZhang closed 4 years ago

homingZhang commented 4 years ago

Hello, There is no Images data in the Sample data folder. Could you please upload the data? or Could you tell me where I could find the data? Thank you.

VDelv commented 4 years ago

Hi @homingZhang ,

Thanks for the remarks. I forgot to mention it in the github but it was not possible to put the images_time.mat in the repository, the file size being superior to 100.0 Mb.

But you can directly generate the file by running the Train.py script, the file will be directly generated in the right directory.

These images are generated from the feature matrices provided by P. Bashivan (link) and represent the power spectral density for each electrode in different frequency bands.

Don't hesitate if you have any questions.

Best,

Victor

homingZhang commented 4 years ago

Yes, you are right! I found the "create_img" function. Thank you so much! Good luck.