The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 5 new columns ({'research_applications', 'data_schema', 'session_info', 'dataset_info', 'huggingface'}) and 10 missing columns ({'environment', 'session_time', 'keyboard', 'timestamp', 'camera', 'mouse', 'type', 'button', 'target', 'neural_context'}).

This happened while the json dataset builder was generating data using

hf://datasets/webxos/BCI-FPS/metadata.json (at revision dedf6e6906235d4d1f7f2e44f09a1b11b0f1fc88)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              dataset_info: struct<name: string, description: string, version: string, license: string, citation: string>
                child 0, name: string
                child 1, description: string
                child 2, version: string
                child 3, license: string
                child 4, citation: string
              session_info: struct<session_id: string, mode: string, start_time: string, duration_ms: int64, sampling_rate_hz: i (... 29 chars omitted)
                child 0, session_id: string
                child 1, mode: string
                child 2, start_time: string
                child 3, duration_ms: int64
                child 4, sampling_rate_hz: int64
                child 5, neural_channels: int64
              data_schema: struct<neural_data: struct<timestamp: string, session_time: string, channels: string, intent_context (... 184 chars omitted)
                child 0, neural_data: struct<timestamp: string, session_time: string, channels: string, intent_context: string>
                    child 0, timestamp: string
                    child 1, session_time: string
                    child 2, channels: string
                    child 3, intent_context: string
                child 1, intent_stream: struct<timestamp: string, mouse: string, keyboard: string, camera: string, environment: string>
                    child 0, timestamp: string
                    child 1, mouse: string
                    child 2, keyboard: string
                    child 3, camera: string
                    child 4, environment: string
                child 2, handwriting_samples: struct<letter: string, samples: string>
                    child 0, letter: string
                    child 1, samples: string
              research_applications: list<item: string>
                child 0, item: string
              huggingface: struct<compatible: bool, task_categories: list<item: string>, task_ids: list<item: string>, language (... 58 chars omitted)
                child 0, compatible: bool
                child 1, task_categories: list<item: string>
                    child 0, item: string
                child 2, task_ids: list<item: string>
                    child 0, item: string
                child 3, language: list<item: string>
                    child 0, item: string
                child 4, size_categories: list<item: string>
                    child 0, item: string
              to
              {'timestamp': Value('int64'), 'session_time': Value('int64'), 'mouse': {'position': List(Value('float64')), 'delta': List(Value('int64')), 'buttons': Value('int64')}, 'keyboard': {'mouse': Value('bool')}, 'camera': {'position': List(Value('float64')), 'rotation': List(Value('float64'))}, 'environment': {'active_targets': List({'position': List(Value('float64')), 'distance': Value('float64')}), 'fps': Value('int64')}, 'type': Value('string'), 'button': Value('string'), 'target': Value('null'), 'neural_context': {'channel_0': Value('float64'), 'channel_1': Value('float64'), 'channel_2': Value('float64'), 'channel_3': Value('float64'), 'channel_4': Value('float64'), 'channel_5': Value('float64'), 'channel_6': Value('float64'), 'channel_7': Value('float64'), 'channel_8': Value('float64'), 'channel_9': Value('float64'), 'channel_10': Value('float64'), 'channel_11': Value('float64'), 'channel_12': Value('float64'), 'channel_13': Value('float64'), 'channel_14': Value('float64'), 'channel_15': Value('float64'), 'channel_16': Value('float64'), 'channel_17': Value('float64'), 'channel_18': Value('float64'), 'channel_19': Value('float64'), 'channel_20': Value('float64'), 'channel_21': Value('float64'), 'channel_22': Value('float64'), 'channel_23': Value('float64'), 'channel_24': Value('float64'), 'channel_25': Value('float64'), 'channel_26': Value('float64'), 'channel_27': Value('float64'), 'channel_28': Value('float64'), 'channel_29': Value('float64'), 'channel_30': Value('float64'), 'channel_31': Value('float64')}}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 5 new columns ({'research_applications', 'data_schema', 'session_info', 'dataset_info', 'huggingface'}) and 10 missing columns ({'environment', 'session_time', 'keyboard', 'timestamp', 'camera', 'mouse', 'type', 'button', 'target', 'neural_context'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/webxos/BCI-FPS/metadata.json (at revision dedf6e6906235d4d1f7f2e44f09a1b11b0f1fc88)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

timestamp
int64
session_time
int64
mouse
dict
keyboard
dict
camera
dict
environment
dict
type
string
button
string
target
null
neural_context
null
1,767,171,126,971
1,767,171,126,971
null
null
null
null
mouse_click
left
null
null
1,767,171,127,074
41
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,089
56
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,105
72
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,122
89
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,138
105
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,155
122
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,181
148
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,195
162
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,214
181
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,234
201
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,251
218
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,292
259
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,310
277
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,338
305
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,355
322
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,380
347
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,398
365
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,414
381
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,430
397
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,447
414
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,463
430
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,479
446
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,495
462
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,512
479
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,529
496
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 35 }
null
null
null
null
1,767,171,127,546
513
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,580
547
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,596
563
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,614
581
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,630
597
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,646
613
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,662
629
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,679
646
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,695
662
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,711
678
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,732
699
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,749
716
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,765
732
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,785
752
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,801
768
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,817
784
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,835
802
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,851
818
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,869
836
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,889
856
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,905
872
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,922
889
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,938
905
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,953
920
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,970
937
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,127,987
954
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,002
969
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,018
985
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,035
1,002
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,051
1,018
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,080
1,047
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,097
1,064
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,116
1,083
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,132
1,099
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,148
1,115
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,164
1,131
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,180
1,147
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,196
1,163
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,214
1,181
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,235
1,202
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,251
1,218
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,270
1,237
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,286
1,253
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,306
1,273
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,323
1,290
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,340
1,307
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,360
1,327
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,377
1,344
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,393
1,360
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,411
1,378
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,427
1,394
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,444
1,411
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,460
1,427
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,476
1,443
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,492
1,459
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,508
1,475
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,529
1,496
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,545
1,512
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,565
1,532
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,581
1,548
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,598
1,565
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,614
1,581
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,631
1,598
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,647
1,614
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,665
1,632
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,684
1,651
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 26 }
null
null
null
null
1,767,171,128,713
1,680
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,729
1,696
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,757
1,724
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,773
1,740
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,790
1,757
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,806
1,773
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,822
1,789
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
1,767,171,128,849
1,816
{ "position": [ 0, 0 ], "delta": [ 0, 0 ], "buttons": 0 }
{ "mouse": false }
{ "position": [ 0, 1.6, 0 ], "rotation": [ 0, 0, 0 ] }
{ "active_targets": [], "fps": 27 }
null
null
null
null
End of preview.