首先,我的英语不是很好。因此,以下问题由谷歌翻译并转发。我真的很抱歉。
其实这几天我一直在搭建yolov5环境并尝试运行它。我使用以下代码测试我的设置是否成功。
python train.py --img 640 --data data/coco128.yaml --cfg models/yolov5s.yaml --weights weights/yolov5s.pt --batch-size 16 --epochs 100
然后它给了我以下错误,我试图在谷歌上找到答案,但我没有看到任何有用的东西。我现在很沮丧。有人可以帮帮我吗?对此,我真的非常感激。
Transferred 362/370 items from weights/yolov5s.pt
Optimizer groups: 62 .bias, 70 conv.weight, 59 other
Scanning labels data\coco128\labels\train2017.cache (32 found, 0 missing, 0 empty, 0 duplicate, for 32 images): 32it [00:00, 3270.57it/s]
Traceback (most recent call last):
File "train.py", line 456, in <module>
train(hyp, opt, device, tb_writer)
File "train.py", line 172, in train
assert mlc < nc, 'Label class %g exceeds nc=%g in %s. Possible class labels are 0-%g' % (mlc, nc, opt.data, nc - 1)
AssertionError: Label class 15 exceeds nc=1 in data/coco128.yaml. Possible class labels are 0-0
我真的不使用这个网站。对不起。