CoolFace
20 results

EEG

Haitao999 /things-eeg THINGS-EEG This dataset is a processed version of THINGS-EEG, derived from the paper Bridging the Vision-Brain Gap with an Uncertainty-Aware Blur Prior (CVPR 2025). In this version, the EEG data is stored in float16 format, reducing the storage size by half. The original official dataset can be accessed from the OSF repository. Original official dataset: A large and rich EEG dataset for modeling human visual object recognition [THINGS-EEG] Citation… See the full description on the dataset page: https://huggingface.co/datasets/Haitao999/things-eeg.image10K<n<100K5 likes3.1k downloads6mo agoHugging FacegraycatHCO3 /eegmmidb_0to8_cross0 likes3k downloads1y agoHugging FaceLidongYang /EEG_Image_decode EEG Image Decode — Dataset and Checkpoints This dataset accompanies the NeurIPS 2024 paper: Visual Decoding and Reconstruction via EEG Embeddings with Guided Diffusion Dongyang Li · Chen Wei · Shiying Li · Jiachen Zou · Quanying Liu It packages the preprocessed EEG recordings, stimulus-image visual features, VAE latent codes, trained EEG embeddings, fine-tuned checkpoints, and generated images needed to reproduce both the image retrieval and image reconstruction experiments.… See the full description on the dataset page: https://huggingface.co/datasets/LidongYang/EEG_Image_decode.image-to-image10B<n<100B16 likes2.6k downloads5mo agoHugging Facenagyadam97 /EEG_records_raw_schizophrenia_bipolar1 likes2.1k downloads2y agoHugging FaceJLB-JLB /seizure_eeg_train Dataset Card for "seizure_eeg_train" from datasets import load_dataset dataset_name = "JLB-JLB/seizure_eeg_train" dataset = load_dataset( dataset_name, split="train", ) display(dataset) # create train and test/val split train_testvalid = dataset.train_test_split(test_size=0.1, shuffle=True, seed=12071998) display(train_testvalid) # get the number of different labels in the train, test and validation set display(train_testvalid["train"].features["label"])… See the full description on the dataset page: https://huggingface.co/datasets/JLB-JLB/seizure_eeg_train.image100K<n<1M3 likes1.2k downloads3y agoHugging FaceJLB-JLB /seizure_eeg_greyscale_224x224_6secWindow Dataset Card for "seizure_eeg_greyscale_224x224_6secWindow" More Information needed image1M<n<10M2 likes1.1k downloads3y agoHugging Face