Dataset Viewer
Auto-converted to Parquet Duplicate
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_on
  • advanced

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 original vid path
  • annotation: task annotation
  • image_filenames: shuffled frame filenames
  • images: shuffled image sequence, stored as image bytes in Parquet
  • answer_order: correct order, preserved exactly from the JSON files
  • subset: hands_on or advanced
Downloads last month
518