Open zanndev0511 opened 11 months ago
hello!
Thank you for using my plugin.
First of all, I would like to apologize for the late reply.
In essence, if you want to use the model on iOS, you must run modified_export.py to obtain the model as specified in readme.md. This is because you can obtain class label information together.
If you use export.py from the existing yolo repository, class label information will not appear.
How to use
python modified_export.py --weights your_weight.pt --include coreml
You can use it like this.
thank you
May I ask where did you get this model?