【计算机视觉】YOLOv5训练报错:AttributeError: ‘FreeTypeFont‘ object has no attribute ‘getsize‘

一、问题提出

在运行yolov5时,报错:attributeerror: 'FreeTypeFont' object has no attribute 'getsize'

Image sizes 1536 train, 1536 val
Using 2 dataloader workers
Logging results to runs\train\exp
Starting training for 100 epochs...

     Epoch   gpu_mem       box       obj       cls    labels  img_size
      0/99     11.3G    0.1147    0.1174    0.0632       154      1536:   0%|                                                                                  | 1/3236 [00:03<3:18:17,  3.68s/it]Exception in thread Thread-7:
Traceback (most recent call last):
  File "D:\Anaconda3\envs\wangzk_torch\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "D:\Anaconda3\envs\wangzk_torch\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "D:\CodeProject\My-Models\utils\plots.py", line 186, in plot_images
    annotator.text((x + 5, y + 5 + h), text=Path(paths[i]).name[:40], txt_color=(220, 220, 220))  # filenames
  File "D:\CodeProject\My-Models\utils\plots.py", line 112, in text
    w, h = self.font.getsize(text)  # text width, height
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
      0/99     11.3G    0.1145    0.1367    0.0633       231      1536:   0%|                                                                                  | 2/3236 [00:04<1:33:33,  1.74s/it]Exception in thread Thread-8:
Traceback (most recent call last):
  File "D:\Anaconda3\envs\wangzk_torch\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "D:\Anaconda3\envs\wangzk_torch\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "D:\CodeProject\My-Models\utils\plots.py", line 186, in plot_images
    annotator.text((x + 5, y + 5 + h), text=Path(paths[i]).name[:40], txt_color=(220, 220, 220))  # filenames
  File "D:\CodeProject\My-Models\utils\plots.py", line 112, in text
    w, h = self.font.getsize(text)  # text width, height
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'

在这里插入图片描述

二、问题解决

在网上搜索的结果大部分给出字体不对。。。之类的答案,但通过仔细研究,发现该报错的报错原因不是字体不对。

这是因为安装了新版本的 Pillow (10)删除了该getsize 功能,降级到 Pillow 9.5 解决了该问题:

pip install Pillow==9.5

在这里插入图片描述
问题解决:

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

旅途中的宽~

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值