webxos commited on
Commit
dffdba9
·
verified ·
1 Parent(s): 4002cf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -75,6 +75,7 @@ This BCI Intent Data Study (conceptual early design) is for training machine lea
75
  large scale real hardware BCI datasets, addressing data scarcity and privacy issues around BCI intent studies.
76
 
77
  ## Key Features
 
78
  - **Frame-by-Frame Timelapse**: Synchronized image sequences at 320x240 resolution
79
  - **Multiple Capture Modes**: Manual (LMB), Auto-interval, and Sequence recording
80
  - **BCI Intent Labels**: 13 intent categories including timelapse capture events
@@ -83,6 +84,7 @@ large scale real hardware BCI datasets, addressing data scarcity and privacy iss
83
  - **Sequence Analysis**: Grouped frames into temporal sequences for time-series analysis
84
 
85
  ## Dataset Structure
 
86
  - `timelapse_frames.jsonl`: Frame metadata (one per line)
87
  - `frames/`: JPG images for each frame
88
  - `sequences.json`: Temporal grouping of frames
@@ -91,11 +93,13 @@ large scale real hardware BCI datasets, addressing data scarcity and privacy iss
91
  - `README.md`: This documentation
92
 
93
  ## Capture Modes
 
94
  1. **MANUAL**: LMB click captures single frame (hold for burst)
95
  2. **AUTO**: Automatic capture at 500ms intervals
96
  3. **SEQUENCE**: Start/stop recording for continuous frame sequences
97
 
98
  ## Dataset Statistics
 
99
  - **Total Frames**: 188
100
  - **Sequences**: 1
101
  - **Session Duration**: 01:35
@@ -104,6 +108,7 @@ large scale real hardware BCI datasets, addressing data scarcity and privacy iss
104
  - **Total Kills**: 30
105
 
106
  ## Frame Data Structure
 
107
  Each frame includes:
108
  - Image data (320x240 JPG)
109
  - Timestamp and game time
@@ -113,6 +118,7 @@ Each frame includes:
113
  - RLHF rating (if applicable)
114
 
115
  ## Usage for BCI Research
 
116
  ```python
117
  import json
118
  import cv2
@@ -156,6 +162,7 @@ for seq_id, sequence in sequences.items():
156
  ```
157
 
158
  ## Citation
 
159
  ```
160
  @dataset{datastrike_bci,
161
  title={DATASTRIKE BCI Timelapse Dataset},
 
75
  large scale real hardware BCI datasets, addressing data scarcity and privacy issues around BCI intent studies.
76
 
77
  ## Key Features
78
+
79
  - **Frame-by-Frame Timelapse**: Synchronized image sequences at 320x240 resolution
80
  - **Multiple Capture Modes**: Manual (LMB), Auto-interval, and Sequence recording
81
  - **BCI Intent Labels**: 13 intent categories including timelapse capture events
 
84
  - **Sequence Analysis**: Grouped frames into temporal sequences for time-series analysis
85
 
86
  ## Dataset Structure
87
+
88
  - `timelapse_frames.jsonl`: Frame metadata (one per line)
89
  - `frames/`: JPG images for each frame
90
  - `sequences.json`: Temporal grouping of frames
 
93
  - `README.md`: This documentation
94
 
95
  ## Capture Modes
96
+
97
  1. **MANUAL**: LMB click captures single frame (hold for burst)
98
  2. **AUTO**: Automatic capture at 500ms intervals
99
  3. **SEQUENCE**: Start/stop recording for continuous frame sequences
100
 
101
  ## Dataset Statistics
102
+
103
  - **Total Frames**: 188
104
  - **Sequences**: 1
105
  - **Session Duration**: 01:35
 
108
  - **Total Kills**: 30
109
 
110
  ## Frame Data Structure
111
+
112
  Each frame includes:
113
  - Image data (320x240 JPG)
114
  - Timestamp and game time
 
118
  - RLHF rating (if applicable)
119
 
120
  ## Usage for BCI Research
121
+
122
  ```python
123
  import json
124
  import cv2
 
162
  ```
163
 
164
  ## Citation
165
+
166
  ```
167
  @dataset{datastrike_bci,
168
  title={DATASTRIKE BCI Timelapse Dataset},