解决pil.unidentifiedimageerror: cannot identify image file

博客上各种解决办法我都试过,全都行不通,当然,用原图替换是可以的,但是由于数据集庞大,一个个替换又费时,批量替换还是会出现这样的问题,最后我灵机一动,抱着试一试的态度选择重装pillow库,果然,解铃还须系铃人,完美解决了,记录一下。

解决方法: 重新安装pillow库

pip uninstall pillow 
pip install pillow

参考:pil.unidentifiedimageerror: cannot identify image file

你可能感兴趣的:(pytorch,python)