How to download a trained model (Key point Detection project) test.pt for use in your python projects

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 :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?

How to download a trained model from a project?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.