This repository contains the data and models underlying the analyses published in Hoefling et al. 2024: A chromatic feature detector signals visual context changes. The code to run the analyses can be found here.
The repository contains two sub-directories holding the data and models, respectively, which are structured as outlined below.
The models directory is further sub-divided into a directory hodling the LN and CNN models, respectively, which each hold folders for individual models identified by hashes.
models/{linear, nonlinear}/{model_hashes}
The data directory is sub-divided into four directories:
Clone* the contents of this repository to your machine using the gin CLI. Then follow instructions in the GitHub repository to re-run analyses or train models.
*You may have to explicitly download the contents of larger files using the gin get-content
command. An UnpicklingError
when trying to open a pickle file is usually resolved by downloading the contents of the file.
See acknowledgments section in Hoefling et al. 2024: A chromatic feature detector signals visual context changes.