Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code:   TransformRowsProcessingError
Exception:    ValueError
Message:      A video sample should have 'path' and 'bytes' but got path, bytes.
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/rows_utils.py", line 35, in _transform_row
                  transformed_row[featureName] = get_cell_value(
                                                 ^^^^^^^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 424, in get_cell_value
                  return video(
                         ^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 295, in video
                  video_file_bytes = get_video_file_bytes(value)
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 323, in get_video_file_bytes
                  raise ValueError(f"A video sample should have 'path' and 'bytes' but got {', '.join(value)}.")
              ValueError: A video sample should have 'path' and 'bytes' but got path, bytes.

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.