背景:在用yolov8训练别的数据集时,出现“no labels found in detect set, can not compute metrics without labels”问题。
数据集格式:
解决方法:在ultralytics\data\dataset.py中找到img2label关键词,并跳转到utils.py文件。
修改这段代码的绿色部分(images/labels):
(如我所使用的数据集图像部分是用images标注的,而不是JPEGImages,因此把源代码中的JPEGImages部分换成images)
标签:labels,compute,xxx,detect,images,set,JPEGImages From: https://blog.csdn.net/qq_58220974/article/details/140508994