The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
video_id: string
segments: struct<segment_1: struct<start_time: double, end_time: double, text: string>, segment_2: struct<star (... 19435 chars omitted)
child 0, segment_1: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 1, segment_2: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 2, segment_3: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 3, segment_4: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 4, segment_5: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 5, segment_6: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 6, segment_7: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 7, segment_8: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
...
ild 0, item: int64
child 5, calibration_error: double
stereo: struct<rotation: list<item: list<item: double>>, translation: list<item: double>, baseline_mm: doubl (... 300 chars omitted)
child 0, rotation: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 1, translation: list<item: double>
child 0, item: double
child 2, baseline_mm: double
child 3, rms_error: double
child 4, rectification: struct<left_rectification: list<item: list<item: double>>, right_rectification: list<item: list<item (... 162 chars omitted)
child 0, left_rectification: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 1, right_rectification: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 2, left_projection: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 3, right_projection: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 4, disparity_to_depth: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
chessboard: struct<pattern_size: list<item: int64>, square_size_mm: double>
child 0, pattern_size: list<item: int64>
child 0, item: int64
child 1, square_size_mm: double
to
{'device': Value('string'), 'calibration_source': Value('string'), 'image_size': List(Value('int64')), 'chessboard': {'pattern_size': List(Value('int64')), 'square_size_mm': Value('float64')}, 'left': {'camera_matrix': List(List(Value('float64'))), 'distortion_model': Value('string'), 'distortion_coefficients': List(Value('float64')), 'intrinsics': {'fx': Value('float64'), 'fy': Value('float64'), 'cx': Value('float64'), 'cy': Value('float64'), 'k1': Value('float64'), 'k2': Value('float64'), 'p1': Value('float64'), 'p2': Value('float64'), 'k3': Value('float64')}, 'image_size': List(Value('int64')), 'calibration_error': Value('float64')}, 'right': {'camera_matrix': List(List(Value('float64'))), 'distortion_model': Value('string'), 'distortion_coefficients': List(Value('float64')), 'intrinsics': {'fx': Value('float64'), 'fy': Value('float64'), 'cx': Value('float64'), 'cy': Value('float64'), 'k1': Value('float64'), 'k2': Value('float64'), 'p1': Value('float64'), 'p2': Value('float64'), 'k3': Value('float64')}, 'image_size': List(Value('int64')), 'calibration_error': Value('float64')}, 'stereo': {'rotation': List(List(Value('float64'))), 'translation': List(Value('float64')), 'baseline_mm': Value('float64'), 'rms_error': Value('float64'), 'rectification': {'left_rectification': List(List(Value('float64'))), 'right_rectification': List(List(Value('float64'))), 'left_projection': List(List(Value('float64'))), 'right_projection': List(List(Value('float64'))), 'disparity_to_depth': List(List(Value('float64')))}}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
video_id: string
segments: struct<segment_1: struct<start_time: double, end_time: double, text: string>, segment_2: struct<star (... 19435 chars omitted)
child 0, segment_1: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 1, segment_2: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 2, segment_3: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 3, segment_4: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 4, segment_5: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 5, segment_6: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 6, segment_7: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
child 1, end_time: double
child 2, text: string
child 7, segment_8: struct<start_time: double, end_time: double, text: string>
child 0, start_time: double
...
ild 0, item: int64
child 5, calibration_error: double
stereo: struct<rotation: list<item: list<item: double>>, translation: list<item: double>, baseline_mm: doubl (... 300 chars omitted)
child 0, rotation: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 1, translation: list<item: double>
child 0, item: double
child 2, baseline_mm: double
child 3, rms_error: double
child 4, rectification: struct<left_rectification: list<item: list<item: double>>, right_rectification: list<item: list<item (... 162 chars omitted)
child 0, left_rectification: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 1, right_rectification: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 2, left_projection: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 3, right_projection: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
child 4, disparity_to_depth: list<item: list<item: double>>
child 0, item: list<item: double>
child 0, item: double
chessboard: struct<pattern_size: list<item: int64>, square_size_mm: double>
child 0, pattern_size: list<item: int64>
child 0, item: int64
child 1, square_size_mm: double
to
{'device': Value('string'), 'calibration_source': Value('string'), 'image_size': List(Value('int64')), 'chessboard': {'pattern_size': List(Value('int64')), 'square_size_mm': Value('float64')}, 'left': {'camera_matrix': List(List(Value('float64'))), 'distortion_model': Value('string'), 'distortion_coefficients': List(Value('float64')), 'intrinsics': {'fx': Value('float64'), 'fy': Value('float64'), 'cx': Value('float64'), 'cy': Value('float64'), 'k1': Value('float64'), 'k2': Value('float64'), 'p1': Value('float64'), 'p2': Value('float64'), 'k3': Value('float64')}, 'image_size': List(Value('int64')), 'calibration_error': Value('float64')}, 'right': {'camera_matrix': List(List(Value('float64'))), 'distortion_model': Value('string'), 'distortion_coefficients': List(Value('float64')), 'intrinsics': {'fx': Value('float64'), 'fy': Value('float64'), 'cx': Value('float64'), 'cy': Value('float64'), 'k1': Value('float64'), 'k2': Value('float64'), 'p1': Value('float64'), 'p2': Value('float64'), 'k3': Value('float64')}, 'image_size': List(Value('int64')), 'calibration_error': Value('float64')}, 'stereo': {'rotation': List(List(Value('float64'))), 'translation': List(Value('float64')), 'baseline_mm': Value('float64'), 'rms_error': Value('float64'), 'rectification': {'left_rectification': List(List(Value('float64'))), 'right_rectification': List(List(Value('float64'))), 'left_projection': List(List(Value('float64'))), 'right_projection': List(List(Value('float64'))), 'disparity_to_depth': List(List(Value('float64')))}}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Stereo-550
First-person, calibrated stereo RGB video of everyday human manipulation, densely captioned and IMU-synced, for robot learning, video-language, and embodied AI.
Dataset overview
A first-person calibrated stereo RGB video dataset capturing everyday human manipulation across objects, materials, tools, and multi-step activities. Every session is recorded as a synchronized left/right camera pair with per-session stereo calibration, giving the visual geometry of hands, object interaction, state change, and task progression, signals directly relevant to embodied perception, video-language learning, and human-to-robot representation research.
The dataset's strongest differentiator is dense, free-form action captioning at scale. Every recording is segmented into second-scale spans, each carrying a descriptive natural-language caption (e.g. "place small metal cup on kitchen counter", "peel garlic clove", "cut sewing thread with scissors"). Sessions were selected for hand visibility, so the corpus is consistently rich in hand-object interaction, combining repeated coverage of foundational skills with a long tail of rare task expressions.
- β550 hours of synchronized stereo recording per camera (β1,100 stereo camera-hours)
- 1,462 stereo sessions (left + right = 2,924 video files), each with per-session stereo calibration
- 209,315 labeled action segments covering ~100% of the recorded timeline
- 460 action verbs and 32,630 object phrases, 57,104 distinct verb-object combinations
- Top 20 expressions = only 1.5% of all instances, a genuine long tail for open-world learning
- A median of 94 labeled segments per session; 95.8% of sessions show 10+ distinct task expressions
- Per-session 6-axis IMU synchronized to video in 1,271 of 1,462 sessions (86.9%)
At a glance
| Dimension | Dataset evidence | User value |
|---|---|---|
| Video scale | β550 h / camera (β1,100 stereo cam-h) | Large calibrated stereo RGB corpus |
| Capture geometry | Synchronized pair + per-session calibration | Metric binocular depth cues, not just RGB |
| Delivery format | MP4 (H.264, 1280Γ720, 30 fps) | Straightforward ingestion into video pipelines |
| Label density | 209,315 segments; median 94/session | Dense temporal supervision, not clip-level tags |
| Action vocabulary | 460 observed verbs | Strong coverage of manipulation primitives |
| Object vocabulary | 32,630 object phrases | Wide object, material and tool interaction coverage |
| Effective breadth | 57,104 verb-object combinations | Compositional, resistant to rare-label inflation |
| Temporal structure | 192,509 ordered task transitions | Rich sequence structure for world models |
Activity domain coverage
High-level activity families derived from the caption vocabulary (keyword-based, approximate). "Labeled hours" is the recorded time spent in each family; "primary in" counts the sessions where that family accounts for the most labeled time. Because captions are free-form, most sessions touch several families.
| Activity domain | Labeled hours | Primary activity in |
|---|---|---|
| Cooking and food preparation | 187 h | 664 sessions |
| Dishwashing and kitchen cleanup | 90 h | 258 sessions |
| Textile and craft (sewing, tailoring, flowers) | 54 h | 214 sessions |
| Laundry and clothing care | 45 h | 145 sessions |
| Organizing and storage | 39 h | 87 sessions |
| Cleaning and housekeeping | 29 h | 87 sessions |
| Generic manipulation and transitions | 106 h | 7 sessions |
The dataset is kitchen-centric: cooking and dishwashing together account for the largest share of labeled time and sessions, with meaningful secondary coverage of textile and craft work, laundry and clothing care, and general home cleaning and organizing.
Session length
Sessions range from short focused tasks to hour-plus continuous activity (median 14.9 min, longest 211 min), giving both clean short episodes and long-horizon sequences from the same capture pipeline.
Dataset structure & modalities
Each session directory (<user_id>/<session_id>/) is self-contained: left video, right video, action labels, calibration.json, and (where available) a synchronized IMU stream.
<user_id>/
βββ <session_id>/ # e.g. stera006_8zlo11pxcsqd
βββ <session_id>_left.mp4 # left camera, 1280Γ720 @ 30 fps, H.264
βββ <session_id>_right.mp4 # right camera, 1280Γ720 @ 30 fps, H.264
βββ <session_id>_action_labels.json # per-segment action captions
βββ calibration.json # per-session stereo camera calibration
βββ imu/
βββ <session_id>/
βββ imu_synced.csv # 6-axis IMU, synced to video (~180 Hz)
Modalities:
- Stereo RGB video: synchronized left/right pair, 1280Γ720 @ 30 fps, H.264 (yuv420p).
- Stereo calibration (JSON): per session; pinhole + radtan intrinsics/distortion and stereo extrinsics (baseline β42 mm).
- Action labels (JSON):
video_id+ orderedsegments, each withstart_time,end_time, and a free-formtextcaption. Uniform schema across all sessions (no extra keys). - IMU (CSV): 6-axis inertial data (
ax/ay/az,gx/gy/gz) synced to video at ~180 Hz; present in 1,271 of 1,462 sessions.
Stereo camera calibration
Each session ships a per-session calibration.json (pinhole camera model with radial-tangential distortion), enabling metric, geometry-aware use of the stereo pair:
- Per-camera intrinsics: left/right
camera_matrixandfx, fy, cx, cy, with 5 distortion coefficients (k1, k2, p1, p2, k3). - Stereo extrinsics: 3Γ3 rotation, translation, and a baseline of β42 mm between the two cameras.
What stands out
- Calibrated stereo, not mono: synchronized left/right pair with per-session calibration, metric binocular geometry.
- Foundation-scale volume: β550 labeled hours per camera across 1,462 stereo sessions.
- Dense supervision: 209,315 action segments covering ~100% of the timeline; median 94/session.
- Exceptional breadth: 460 verbs, 32,630 object phrases, 57,104 verb-object combinations.
- Genuine long tail: top-20 expressions = only 1.5% of instances.
- Hand-verified and multimodal: every session hand-visibility screened; 6-axis IMU synced to video; sessions up to 211 min.
- Ready-to-ingest: standard MP4 + JSON + CSV, one directory per session.
Access & Licensing
Stereo-550 is released by FPV Labs for research use under the FPV Labs dataset license. Please read the complete license before use.
- Dataset: huggingface.co/datasets/fpvlabs/stereo-550
- License: fpvlabs.ai/license
Contact
FPV Labs, contact@fpvlabs.ai
- Downloads last month
- 40
