kang205 / DVBPR

Personalized Fashion Recommendation and Generation
188 stars 51 forks source link

ValueErrorraise ValueError #9

Open devinzkx123 opened 2 years ago

devinzkx123 commented 2 years ago

ValueErrorraise ValueError( ValueError: : StringIO cannot be used to open an image. Binary data must be used instead.ValueErrorStringIO cannot be used to open an image. Binary data must be used instead.

XuanangD commented 2 years ago

I have a similar question when I use Image to open item['imgs'] loaded by ByteIO: PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f6134184b30>. Have you solved this problem?