guozq21 commited on
Commit
39e3023
·
verified ·
1 Parent(s): 7378db6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+
7
+ ## 🏠 About of Our Dataset
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ This dataset is provided for the research of 3D visual decoding from EEG signals. It comprises multimodal analysis data and comprehensive EEG recordings collected from 12 participants exposed to 72 categories of 3D visual stimuli. The dataset originates from our [research paper](https://arxiv.org/abs/2411.12248), which has been accepted by <b>CVPR2025</b>. Detailed usage instructions and technical documentation can be accessed through [GitHub](https://github.com/gzq17/neuro-3D).
12
+
13
+ ## 🔍 Overview
14
+
15
+ ### Dataset Description
16
+
17
+ <!-- Provide a longer summary of what this dataset is. -->
18
+
19
+ - **EEGdata:** Collected EEG signals, including responses to dynamic video stimuli and static image stimuli. All data have been preprocessed.
20
+ - **image.zip:** Static image stimulus.
21
+ - **video_new.zip:** Dynamic video stimulus.
22
+ - **point_cloud.zip:** Corresponding point cloud data.
23
+ - **point_cloud_simple.zip:** Simplified color point cloud data.
24
+ - **model3d.zip:** Original 3D object models.
25
+ - **description.json:** Textual descriptions of objects.
26
+ - **color_label.xlsx:** Color category labels of objects.
27
+ - **clip_feature.pth:** Features extracted from video sequences.
28
+
29
+ ### Dataset Sources
30
+
31
+ <!-- Provide the basic links for the dataset. -->
32
+
33
+ - **Repository:** [GitHub](https://github.com/gzq17/neuro-3D)
34
+ - **Paper:** [arxiv](https://arxiv.org/abs/2411.12248)
35
+
36
+ ## 🔗 Citation
37
+
38
+ If you find our work and this dataset helpful, please cite:
39
+ ```bibtex
40
+ @article{guo2024neuro,
41
+ title={Neuro-3D: Towards 3D Visual Decoding from EEG Signals},
42
+ author={Guo, Zhanqiang and Wu, Jiamin and Song, Yonghao and Bu, Jiahui and Mai, Weijian and Zheng, Qihao and Ouyang, Wanli and Song, Chunfeng},
43
+ journal={arXiv preprint arXiv:2411.12248},
44
+ year={2024}
45
+ }
46
+ ```
47
+
48
+ ## 📧 Contact us
49
+
50
+ If you have any questions about this dataset, please do not hesitate to contact me.
51
+
52
+ Zhanqiang Guo: [email protected]