CHEN-XDU / GMSS

This is an implentation of paper GMSS: Graph-Based Multi-Task Self-Supervised Learning for EEG Emotion Recognition
54 stars 10 forks source link

A few minor problems #1

Closed EmilyLiu543 closed 1 year ago

EmilyLiu543 commented 2 years ago
  1. Hello, could you please tell me what your data shape is after data preprocessing?

image

  1. Why is the division of brain regions in the code inconsistent with table 1? Why do you divide it like that? image

Looking forward to your reply. Thank you!

haojiubujian91 commented 1 year ago

I have the same problem as you Looking forward to the author's reply

11cjxcjxcjxcjx commented 1 year ago

I have the same problem as you Looking forward to the author's reply

Imagine-glx commented 1 year ago

代码看的很懵,论文看的也云里雾里,个人感觉可读性很糟糕

  1. 从官网下载的数据格式为.mat,但在代码中直接用的是.npy格式
  2. 在utils类中可以看到一个生成汉明集的.npy格式的方法,但看不出与.npy格式的数据集输入有什么关系
  3. 代码基本没有关键注释
shuentang commented 1 year ago

我和你有同样的问题 期待作者的回复

biannachen commented 1 year ago

想知道SEED-IV数据集的independent实验,是对于每个section的15个个体进行留一法,即一共进行15*3次试验?还是一个个体包括3个section的sample进行留一法,一共15次试验?期待作者回复,困扰很久了~