Skip to content

data/downloaddata.sh deletes invalid zip files due to invalid checksum comaprison #6

Description

@paulrdelg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions