Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

SignSparK Data

Prebuilt LMDB datasets for SignSparK: Efficient Multilingual Sign Language Production via Sparse Keyframe Learning (ECCV 2026). Contains SMPL-X 6D pose features, spoken-language translations, glosses, and per-frame segment annotations for CSL-Daily and How2Sign, ready to train/sample with the SignSparK code.

Contents

train/  CSL-Daily_reopt_train.lmdb   How2Sign_reopt_train.lmdb
dev/    CSL-Daily_reopt_dev.lmdb     How2Sign_reopt_dev.lmdb
test/   CSL-Daily_reopt_test.lmdb    How2Sign_reopt_test.lmdb

Each .lmdb holds one __meta__ key (clip index) plus one in-memory .npz blob per clip with: language, translation, gloss, segment (per-frame {0,1,2}), and left/right/body/face_features (6D rotations). Full schema in the repo's DATA.md.

Usage

python tools/download_data.py --datasets CSL-Daily How2Sign --dest ./data
export DATA_ROOT=$(pwd)/data
python tools/inspect_lmdb.py ${DATA_ROOT}/lmdb/train/CSL-Daily_reopt_train.lmdb

License & terms

These are SMPL-X pose features derived from the CSL-Daily and How2Sign corpora and are released for non-commercial research use under the terms of the original datasets. Obtain and comply with each source dataset's license:

Citation

@inproceedings{low2026signspark,
  title     = {SignSparK: Efficient Multilingual Sign Language Production via Sparse Keyframe Learning},
  author    = {Low, Jianhe and Symeonidis-Herzig, Alexandre and Ivashechkin, Maksym and Sincan, {\"O}zge Mercano{\u{g}}lu and Bowden, Richard},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}
Downloads last month
103

Paper for LionelLow/SignSparK_data