• Error Converting pt. FIle to Blob

Hi,

Using the tools.luxonis.com, i am getting an error when attempting to convert a .pt file to a .blob file.

The function used to work a month ago or so. I tested an old .pt file and it currently converts correctly. However, if I create a new .pt file, i get errors, even using the same data as before.

So basically, I follow the Ultralytics YOLOv8 colab notebook, first installing files, then training to my custom dataset. I download the outputted best.pt and use the tools.luxonis.com to convert. Is there any chance some versions are updated and now causing the tool not to work?

Thanks, Tim

Update: I am successful with a previous version of Ultralytics YoloV8. For example im running pip install ultralytics==8.0.120.

Is there a chance the blob converter doesn't work for YoloV8.0.151?