Voxel51/WLASL
Dataset Card for WLASL This is a FiftyOne video dataset with 11980 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage 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) Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/WLASL.
Dataset Card for WLASL
<!-- Provide a quick summary of the dataset. -->
This is a FiftyOne video dataset with 11980 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyoneUsage
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)Dataset Details
Dataset Description
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.
- Curated by: Dongxu Li and Hongdong Li
- Language(s) (NLP): en
- License: other
Dataset Sources
<!-- Provide the basic links for the dataset. -->
- Repository: https://github.com/dxli94/WLASL
- Paper: https://arxiv.org/abs/1910.11006
- Homepage: https://dxli94.github.io/WLASL/
- Demo: https://try.fiftyone.ai/datasets/asl-dataset/samples
Uses
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)
Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
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}
}
