YOLOv7|YOLOv7 训练报错 IndexError: list index out of range

报错 相信大家在跑YOLOv7的时候都遇到过这个报错
YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片

解决方法1: 不使用预训练模型,直接开始训练
YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片


解决方法2: 如果你使用的是下面较大的预训练模型,请修改你的训练文件配置
YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片

使用train_aux.py文件进行训练,并且使用cfg/training/中的文件
YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片

并且将预训练模型改为以下几种:
【YOLOv7|YOLOv7 训练报错 IndexError: list index out of range】YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片

运行train_aux.py
YOLOv7|YOLOv7 训练报错 IndexError: list index out of range
文章图片

搞定!

    推荐阅读