目錄
資料處理問題
1.報錯:WARNING: No labels found in XXX/imageset.cache.
2.報warning:yolov5 Ignoring corrupted image and/or label .jpg: negative labels
3.報warning:yolov5 Ignoring corrupted image and/or label .jpg: duplicate labels
資料處理問題
1.報錯:WARNING: No labels found in XXX/imageset.cache.
報錯原因是用于訓練圖檔的檔案夾的名字寫錯了,原本是

然後錯誤将images名寫成了imageset,修改過來就可以了;
2.報warning:yolov5 Ignoring corrupted image and/or label .jpg: negative labels
标簽内部有負值:
例如我的txt内容就有:
有一個負值,需要修改錯誤标簽;
3.報warning:yolov5 Ignoring corrupted image and/or label .jpg: duplicate labels
這種報錯原因是由于标簽檔案中,有目标區域被重複标記,需要修改标簽;