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.
Subsets and Splits
Train Sample Count
Counts the number of video samples in the training dataset, which provides a basic understanding of the dataset size but minimal insight.
Extract Video Path Details
Extracts structured information from video paths, useful for organizing and filtering videos by various attributes, but provides limited insight without further aggregation.
Extract Video Metadata
The query extracts structured information from video file paths, providing a breakdown of various attributes like dataset name, video name, type, bend number, and other parameters, which aids in basic organization and filtering.