You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
60 # Use the newer AnimDecoder API to parse the (possibly) animated file,
61 # and access muxed chunks like ICC/EXIF/XMP.
---> 62 self._decoder = _webp.WebPAnimDecoder(self.fp.read())
63
64 # Get info from decoder
OSError: could not create decoder object
It seems that there is an issue with an object within dataset['train']['image'].
The text was updated successfully, but these errors were encountered:
When I try to load the dataset:
dataset = load_dataset('poloclub/diffusiondb', 'large_random_10k')
df = pd.DataFrame(dataset['train'])
I get the following error :
It seems that there is an issue with an object within dataset['train']['image'].
The text was updated successfully, but these errors were encountered: