webxos commited on
Commit
d17d383
·
verified ·
1 Parent(s): c76db6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,8 +1,25 @@
 
 
 
1
  # DATASTRIKE BCI Timelapse Dataset
2
 
 
 
 
 
3
  ## Description
 
4
  Time-synchronized multimodal dataset for BCI intent recognition, collected with frame-by-frame timelapse capture during FPS gameplay.
5
 
 
 
 
 
 
 
 
 
 
6
  ## Key Features
7
  - **Frame-by-Frame Timelapse**: Synchronized image sequences at 320x240 resolution
8
  - **Multiple Capture Modes**: Manual (LMB), Auto-interval, and Sequence recording
@@ -86,13 +103,13 @@ for seq_id, sequence in sequences.items():
86
 
87
  ## Citation
88
  ```
89
- @dataset{datastrike_bci_timelapse_2026,
90
  title={DATASTRIKE BCI Timelapse Dataset},
91
- author={DATASTRIKE Team},
92
  year={2026},
93
  url={https://github.com/webxos/datastrike-bci},
94
  note={Frame-by-frame timelapse capture for BCI intent recognition}
95
  }
96
  ```
97
 
98
- Generated on 2026-01-07 by DATASTRIKE BCI Timelapse v4.0
 
1
+ ---
2
+ license: mit
3
+ ---
4
  # DATASTRIKE BCI Timelapse Dataset
5
 
6
+ *UNDER DEVELOPMENT*
7
+
8
+ *This dataset was created with the DATASTRIKE app located in the /gym/ folder.*
9
+
10
  ## Description
11
+
12
  Time-synchronized multimodal dataset for BCI intent recognition, collected with frame-by-frame timelapse capture during FPS gameplay.
13
 
14
+ A time-synchronized multimodal dataset hosted on Hugging Face for brain-computer interface (BCI) intent
15
+ ecognition research. It was collected via frame-by-frame timelapse capture during first-person shooter (FPS) gameplay and includes
16
+ synchronized image sequences (320x240 JPGs), game state data (like player position, velocity, ammo, and combat stats), BCI intent labels
17
+ across 13 categories, input data (mouse/keyboard), and RLHF ratings for combat and capture actions. The dataset is small, with 188 total
18
+ frames grouped into 1 temporal sequence from a 1:35-minute session, and a download size of about 685 kB. It's structured with JSONL files
19
+ for metadata and intents, a directory of images, and a sequences.json file for time-series analysis, making it suitable for deep learning
20
+ models like LSTMs or Transformers on multimodal temporal data. Tags include BCI, timelapse, FPS gameplay, intent recognition, multimodal,
21
+ time-series, RLHF, and sequence modeling.
22
+
23
  ## Key Features
24
  - **Frame-by-Frame Timelapse**: Synchronized image sequences at 320x240 resolution
25
  - **Multiple Capture Modes**: Manual (LMB), Auto-interval, and Sequence recording
 
103
 
104
  ## Citation
105
  ```
106
+ @dataset{datastrike_bci,
107
  title={DATASTRIKE BCI Timelapse Dataset},
108
+ author={webXOS},
109
  year={2026},
110
  url={https://github.com/webxos/datastrike-bci},
111
  note={Frame-by-frame timelapse capture for BCI intent recognition}
112
  }
113
  ```
114
 
115
+ Generated on 2026-01-07 by DATASTRIKE BCI Timelapse v4.0 by webXOS