The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in James4Ever0/the_frozen_forest
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
                  get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1873, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1854, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1245, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 595, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in James4Ever0/the_frozen_forest

Need help to make the dataset viewer work? Open a discussion for direct support.

After extracting the RAR file, you will find a bunch of folders named by timestamps, in which you can find these files:

hid_record.jsonl     video_record.mp4	     video_timestamps.json
hid_timestamps.json  video_record_script.sh

video_record.mp4 is a video file at 30fps with 1280x768 resolution, in which each frame is a screenshot taken not at the video play speed.

In hid_record.jsonl you shall find:

{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": [["key_press", "Key.ctrl"], ["key_press", "Key.shift"], ["key_press", "Key.page_up"], ["key_release", "Key.page_up"], ["key_release", "Key.shift"], ["key_release", "Key.ctrl"]]}
{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": [["mouse_move", [782, 682]]]}
{"HIDEvents": []}
{"HIDEvents": []}
{"HIDEvents": [["key_press", "Key.alt"], ["key_press", "'l'"], ["key_release", "'l'"], ["key_release", "Key.alt"]]}

video_timestamps.json contains the corresponding UNIX timestamps for every frame recorded:

[
    1685664003.6361628,
    1685664003.6745877,
    1685664003.6882446,
    1685664003.715868,
    1685664003.7464304,
    1685664003.7711987,
    1685664003.7833188,
    1685664003.8149195,
    ...
]

hid_timestamps.json is similar to video_timestamps.json and contains every timestamp for every HID action, event, including those empty ones, found in hid_record.jsonl.

Downloads last month
1