Closed qihongl closed 6 years ago
In MATLAB, the following code will give you a N x 1 matrix (labels
) in which each row is an image ID for each sample (by using our BrainDecoderToolbox2). The image ID is an float number based on image file name (e.g., 1518878.010042
indicates n01518878_10042.JPEG
).
[dataSet, metaData] = load_data('Subject1.mat');
labels = get_dataset(dataSet, metaData, 'Label');
Currently, the toolbox is not well documented yet. So, feel free to ask any question about it.
I see! Thanks a lot! I really appreciate it!
By the way, thank you very much for releasing this very interesting dataset!
Is there a simple way of getting which stimulus (image) was presented at which time point? I guess it is stored somewhere?
I apologize if this is an obvious question... but I'm not familiar with the package you are using. Or do you have documentation about how to use the brain decoding toolbox somewhere?
Thanks in advance!