Hello.
I have trained a yolov5n with ultralytics and converted the best.pt to an .onnx and then to a .blob-file using the BlobConverter-website.
Now if I try to use the model in my preview I constantly get the following error:
"[XLinkOut(3)] [error] Message has too much metadata (511377B) to serialize. Maximum is 51200B. Dropping message"
I don't believe this has anything to do with the model itself since I got the same error with a yolov5s and yolov5m.
A previous question got the recommendation to convert the .pt-file to a .blob-file with this website: https://tools.luxonis.com/[Automatic Yolo export for OAKs](https://tools.luxonis.com/)
But every time I try to convert a .pt-file I get another error that just says "Error while loading model" even though I put in the correct image size.
As further information, I am using an OAK-1 Lite. The .pt-file has a size of 3.72 MB.
Any help would be appreciated since I have been trying to get a custom-yolo model working with an OAK for an entire day at this point.