模型训练出现 OSError: image file is truncated (28 bytes not processed)
Posted Devil love genius
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模型训练出现 OSError: image file is truncated (28 bytes not processed)相关的知识,希望对你有一定的参考价值。
在训练模型的时候,我们有可能会出现
OSError: image file is truncated (28 bytes not processed)
这样的错误,
造成这种错误的原因是数据集的问题,出现了数据缺失
eg:
出现这个问题呢,有两种方法:
- 跳过错误,抛弃本张图片,继续下面的训练
- 对图像进行补全
这里我们使用最简单的方法—抛弃数据,继续训练
我们在代码的最开头添加如下代码:
最开头
最开头
最开头
因为它最保险
from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True
-------->>>详细介绍
希望这篇文章对你有用!
谢谢点赞评论!
以上是关于模型训练出现 OSError: image file is truncated (28 bytes not processed)的主要内容,如果未能解决你的问题,请参考以下文章
模型训练出现UnidentifiedImageError: cannot identify image file <io.BytesIO object at 0x7faaa82bdb90>
OSError: image file is truncated (16 bytes not processed)
Dataframe_image OsError:无法在您的计算机上找到 Chrome 可执行文件
yolov5训练时报错 OSError: [WinError 1455] 页面文件太小,无法完成操作。 Error loading