This dataset is spike encoded data of the THINGS EEG.
This data is rate coded (Rate coding uses input features to determine spiking frequency). The num of steps is 100.
The image resolution was reduced from 224 to 128 and features standardized.
To reconstruct the images run the script below.
import matplotlib.pyplot as plt
REPO_ID = "corquaerit/things-eeg-spikes-RC"
spike_ds = load_dataset(REPO_ID, split="train", streaming=True)
label_feature = spike_ds.features["label"]