The dataset viewer is not available for this split.
Arrow: Parquet argument error: External: snappy: corrupt input (expected literal read of length 15; remaining src: 9; remaining dst: 15)
Error code: UnexpectedError
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.
NCS-STR
NCS-STR contains two subsets:
hands_onadvanced
Each example contains a shuffled image sequence, an annotation, and the correct order.
Usage after uploading to Hugging Face
from datasets import load_dataset
hands_on = load_dataset("WM33333/NCS-STR", "hands_on", split="train", token=True)
advanced = load_dataset("WM33333/NCS-STR", "advanced", split="train", token=True)
Fields
video_id: folder id extracted from the originalvidpathannotation: task annotationimage_filenames: shuffled frame filenamesimages: shuffled image sequence, stored as image bytes in Parquetanswer_order: correct order, preserved exactly from the JSON filessubset:hands_onoradvanced
- Downloads last month
- 518