SignSparK / README.md
LionelLow's picture
Upload README.md with huggingface_hub
a51af39 verified
|
Raw
History Blame Contribute Delete
1.72 kB
metadata
pretty_name: SignSparK checkpoints
license: other
language:
  - zh
  - en
tags:
  - sign-language
  - sign-language-production
  - pose
  - smpl-x
  - flow-matching

SignSparK checkpoints

Pretrained flow-matching checkpoints for SignSparK: Efficient Multilingual Sign Language Production via Sparse Keyframe Learning (ECCV 2026). One EMA checkpoint per body stream (unet_large, ~1.4B params each), trained on CSL-Daily, How2Sign and BOBSL.

Files

hand/ema_0.9999_200000.pt
body/ema_0.9999_200000.pt
face/ema_0.9999_200000.pt

Usage

# fetch into $SIGNSPARK_CKPT_DIR
python tools/download_models.py --streams hand body face --dest ./checkpoints
export SIGNSPARK_CKPT_DIR=$(pwd)/checkpoints

# sample all three streams
python sample_all.py eval.note=CSLDaily eval.ode_stepnum=50 test_data='[CSL-Daily]'

See the code repo for training, sampling, and visualization.

License

Released for non-commercial research use, under the terms of the datasets the model was trained on (CSL-Daily, How2Sign, BOBSL).

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}
}