prajwalsingh / EEGStyleGAN-ADA

Pytorch code of paper "Learning Robust Deep Visual Representations from EEG Brain Recordings". [WACV 2024]
MIT License
27 stars 4 forks source link

thoughtviz directory doesn't have eeg/image/data.pkl #13

Closed tian-2024 closed 5 months ago

tian-2024 commented 5 months ago

Thanks for sharing your great work on EEG2Image!

I tried to run your code and downloaded the dataset, thoughtviz.

but I can't find and don't understand what is thoughtviz_path = 'b2i_data/eeg/image/data.pkl'

After unzip the dataset, I can only see these files.

image

prajwalsingh commented 5 months ago

Hi @jaycee-tian, thank you for reading our work.

You can find that here [link]. I have updated the same at dataset location.

tian-2024 commented 5 months ago

Hi @jaycee-tian, thank you for reading our work.

You can find that here [link]. I have updated the same at dataset location.

Oh!! so great!! Thank you so much for your excellent work and high quality code~