Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. This occured on row 2901. It seems the image can't be loaded with PIL.Image and could be corrupted.
Error code:   TransformRowsProcessingError
Exception:    UnidentifiedImageError
Message:      cannot identify image file <File-like object HfFileSystem, datasets/Megvii-Algo-Team/CC-Bench@6c0a31e36eeabf1b09ec00d19ad7a20c2f844510/train/video_surveillance/imgs/UCF-Crime/Shooting005_x264_00-27_00-52_slice_1_0.00-6.00/frame_03.jpg>
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/rows_utils.py", line 37, in _transform_row
                  transformed_row[featureName] = get_cell_value(
                                                 ~~~~~~~~~~~~~~^
                      dataset=dataset,
                      ^^^^^^^^^^^^^^^^
                  ...<9 lines>...
                      hf_token=hf_token,
                      ^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 426, in get_cell_value
                  return image(
                      dataset=dataset,
                  ...<9 lines>...
                      json_path=json_path,
                  )
                File "/src/libs/libcommon/src/libcommon/viewer_utils/features.py", line 115, in image
                  image = PILImage.open(f)
                File "/usr/local/lib/python3.14/site-packages/PIL/Image.py", line 3711, in open
                  raise UnidentifiedImageError(msg)
              PIL.UnidentifiedImageError: cannot identify image file <File-like object HfFileSystem, datasets/Megvii-Algo-Team/CC-Bench@6c0a31e36eeabf1b09ec00d19ad7a20c2f844510/train/video_surveillance/imgs/UCF-Crime/Shooting005_x264_00-27_00-52_slice_1_0.00-6.00/frame_03.jpg>

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.