背景:破损的图片可能会中断训练
问题:试了网上各种处理图片文件自带的EXIF信息的解决办法都不好用(如果有好用的,请告诉我,谢谢!)
解决:
三种思路
1,加入try... except,跳过出错的地方
2,使用fastai的verify_image。应该很好用。
3,使用import warnings, warnings.simplefilter。这个还没有尝试过,或者之前尝试过无效。https://docs.python.org/3.4/library/warnings.html