Word-level Deep Sign Language Recognition from Video: A New Large-scale Dataset and Methods Comparison
Paper
•
1910.11006
•
Published
Error code: UnexpectedApiError
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.
This is a FiftyOne video dataset with 11980 samples.
If you haven't already, install FiftyOne:
pip install -U fiftyone
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/WLASL")
# Launch the App
session = fo.launch_app(dataset)
WLASL is the largest video dataset for Word-Level American Sign Language (ASL) recognition, which features 2,000 common different words in ASL. The authors hope WLASL will facilitate the research in sign language understanding and eventually benefit the communication between deaf and hearing communities.
All the WLASL data is intended for academic and computational use only. No commercial usage is allowed. Licensed under the Computational Use of Data Agreement (C-UDA)
BibTeX:
@misc{li2020wordlevel,
title={Word-level Deep Sign Language Recognition from Video: A New Large-scale Dataset and Methods Comparison},
author={Dongxu Li and Cristian Rodriguez Opazo and Xin Yu and Hongdong Li},
year={2020},
eprint={1910.11006},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@inproceedings{li2020transferring,
title={Transferring cross-domain knowledge for video sign language recognition},
author={Li, Dongxu and Yu, Xin and Xu, Chenchen and Petersson, Lars and Li, Hongdong},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={6205--6214},
year={2020}
}