Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ArrowInvalid
Message:      JSON parse error: Invalid value. in row 0
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 324, in _generate_tables
                  df = pandas_read_json(f)
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 38, in pandas_read_json
                  return pd.read_json(path_or_buf, **kwargs)
                         ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 791, in read_json
                  json_reader = JsonReader(
                      path_or_buf,
                  ...<16 lines>...
                      engine=engine,
                  )
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 905, in __init__
                  self.data = self._preprocess_data(data)
                              ~~~~~~~~~~~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/json/_json.py", line 917, in _preprocess_data
                  data = data.read()
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                File "<frozen codecs>", line 325, in decode
              UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 17: invalid continuation byte
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 478, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 327, in _generate_tables
                  raise e
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
                  pa_table = paj.read_json(
                      io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
                  )
                File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
                  raise convert_status(status)
              pyarrow.lib.ArrowInvalid: JSON parse error: Invalid value. in row 0

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.

STS-lexicon-contacts

STS-lexicon-contacts is a dataset of contact rich reconstructed Swedish Sign Language (STS) motion sequences, with semantically meaningful self-contacts identified from sign transcriptions. It contains 5 313 sequences and over 4 hours of SMPL-X motion data. The source sequences are taken from the Swedish Sign Language Lexicon (Svenskt teckenspråkslexikon). Each sequence includes SMPL-X parameters and accompanying lexicon and contact metadata.

Dataset Summary

Across the dataset, 7 516 contact pairs have been identified:

Contact category Count
Hand-to-hand 1 834
Hand-to-body 2 577
Hand-to-face 3 105
Total 7 516

Contact pairs indicate which types of contact occur somewhere in a sequence, mapping a hand to a body region. They do not specify the exact contact frames. Each sequence also includes a signing interval: an estimated frame interval during which signing takes place, based on hand movement.

Data Structure

The dataset is distributed as a .zip archive. Each sequence is represented by two files with a shared name:

[sign_name]-[lexikon_id].sequence.npz
[sign_name]-[lexikon_id].json

Motion Sequence

The .sequence.npz file contains SMPL-X parameters as arrays. T denotes the number of frames in a sequence.

Field Shape Description
global_orient (T, 3) Global body orientation, in axis-angle form
body_pose (T, 21, 3) Body-joint poses, in axis-angle form
left_hand_pose (T, 15, 3) Left-hand joint poses, in axis-angle form
right_hand_pose (T, 15, 3) Right-hand joint poses, in axis-angle form
jaw_pose (T, 3) Jaw pose, in axis-angle form
leye_pose (T, 3) Left-eye pose, in axis-angle form
reye_pose (T, 3) Right-eye pose, in axis-angle form
expression (T, 10) Facial expression coefficients
transl (T, 3) Global body translation
betas (10,) Body-shape coefficients

Sequence Metadata

The corresponding .json file contains:

Field Description
sign_name Name of the sign
lexikon_id Identifier in the lexicon
formbeskrivning Natural language movement description in Swedish from the lexicon
transkription Sign transcription from the lexicon
video_url URL of the source lexicon video
same_form_ids Lexicon IDs for signs with the same movement
sign_url URL of the sign's lexicon entry
framerate Sequence frame rate
sign_class Thesis-specific sign class label, describes which hand is active
signing_interval Estimated signing interval, with start and end frames, and frame count
contact_pairs Contact-pair labels identified from the transcription

Reconstruction

The body meshes were reconstructed by combining holistic and hand-specific models:

  • SMPLer-X was used for holistic human mesh recovery.
  • WiLoR was used for hand reconstruction.

The body and hand reconstructions were combined at the wrist. The global rotations of the elbow and complete hand were used to derive the wrist's local pose, while the MANO finger poses were transferred directly to the SMPL-X body. Important to note that flat_hand_mean is True for these sequences.

Intended Uses

STS-lexicon-contacts is intended for research involving the Swedish Sign Language, body-mesh reconstruction, sign-language contact analysis, and contact-aware motion modelling and retargeting.

Limitations and Considerations

  • The dataset contains only STS signs.
  • Although the source material includes multiple signers, signer and dataset biases may still be present.
  • The sequences are estimated reconstructions rather than ground-truth motion capture. Reconstruction geometry and motion may be faulty, including self-penetrations, missed contacts, and inaccurate poses.
  • Hand-to-face contacts are particularly affected by depth ambiguity and frequently do not make full geometric contact with the face.
  • Contact labels identify contact pair types at the sequence level, not precise contact timings. The contact labels may additionally contain false positive contacts, and exclude true positive contacts, due to ambiguities in lexical transcriptions.
  • Signing intervals are estimates based on hand movement, and may include non-signing movement or exclude signing movement.

Users should account for these limitations when training models, evaluating contact detection, or drawing other conclusions.

License

This dataset, making use of source sequences from Svenskt teckenspråkslexikon, is published under CC BY-NC-SA 4.0.

Citation

When using this dataset, please reference both the accompanying thesis and the original data source, Svenskt teckenspråkslexikon:

@mastersthesis{sts_contacts_2026,
    title = {Contact {Estimation} for {Sign} {Language} {Motion} {Analysis}},
    school = {KTH, School of Electrical Engineering and Computer Science (EECS)},
    author = {Andersson, Nora},
    year = {2026},
}

@misc{svenskt_teckensprakslexikon_2023,
    address = {Stockholm},
    title = {Svenskt teckenspråkslexikon},
    url = {https://teckensprakslexikon.su.se/},
    language = {sv},
    urldate = {2026-06-15},
    publisher = {Stockholm University},
    year = {2023},
}

Acknowledgements

This dataset builds on the work and resources provided by:

Downloads last month
10