prajwalsingh / EEGStyleGAN-ADA

Pytorch code of paper "Learning Robust Deep Visual Representations from EEG Brain Recordings". [WACV 2024]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing File

A-Ayerh opened this issue · comments

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!

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].

Sweet it worked, thank you!