I created and downloaded the train-valid-test dataset (Key point Detection project) for use in my python projects. At the beginning of the training, the code (python) throws an error:
from ultra lyrics import YOLO
model = YOLO("yolo v8n.yaml")
results = model.train(data="D:/PyProject/YOLO8/model/Rotate/data.yaml", epochs=100)
print(results)
Error: train: WARNING D:\PyProject\YOLO8\model\Rotate\train\images\rotated_-100_Anlage-0100712149__1-_JPG.rf.557caa986046b65a79bee439984cbfd2.jpg : ignoring corrupt image/label: non-normalized or out of bounds coordinates [ 1.1766 1.097 1.6469 1.8061]
What is the problem?