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

Missing File #5

Closed A-Ayerh closed 7 months ago

A-Ayerh commented 7 months ago

Hello again,

I'm getting this error when running the image2eeg2image.py:

FileNotFoundError: [Errno 2] No such file or directory: 'imageckpt/eegfeat_all_0.6875.pth'

I couldn't find this file anywhere in the source code, do you have a link to the pth file by chance?

Thank You!

prajwalsingh commented 7 months ago

Hi @A-Ayerh, we have updated the link for imageckpt in the readme file. You can find the ckpt here, first create an imageckpt folder and put this pth file there [link].

A-Ayerh commented 7 months ago

Sweet it worked, thank you!