Hello,
I was having issues loading the decoded features in python. I traced the issue with one of the MATLAB files not being present. The first file to trigger this was data\decodedfeatures\natural\VGG19\pool1\S2\VC\natural-VGG19-pool1-S2-VC-Img0002.mat when running 2_reconstruct_natural_image_without_DGN.py.
No data was present for subject 2 or 3 in either of the pools (for natural images).
I reran the download script, data/downloaddata.sh, and noticed the script printed the error of Downloaded file is invalid!.
Since the script grabs the checksum from the local file_list.csv, I believe either the checksums in that file need to be updated.
I commented out the error exit: exit 1 from checksum compare (line 45) in order to inspect the zip and file and data myself. The zip files only contained S1 decoded features.
Thank you
Hello,
I was having issues loading the decoded features in python. I traced the issue with one of the MATLAB files not being present. The first file to trigger this was
data\decodedfeatures\natural\VGG19\pool1\S2\VC\natural-VGG19-pool1-S2-VC-Img0002.matwhen running2_reconstruct_natural_image_without_DGN.py.No data was present for subject 2 or 3 in either of the pools (for natural images).
I reran the download script,
data/downloaddata.sh, and noticed the script printed the error ofDownloaded file is invalid!.Since the script grabs the checksum from the local
file_list.csv, I believe either the checksums in that file need to be updated.I commented out the error exit:
exit 1from checksum compare (line 45) in order to inspect the zip and file and data myself. The zip files only contained S1 decoded features.Thank you