ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
107 stars 11 forks source link

Cannot use my custom model in the IOS app #650

Open henningheyen opened 3 weeks ago

henningheyen commented 3 weeks ago

Search before asking

HUB Component

No response

Bug

Hey,

I have trained a custom yolov8 model using Ultralytics hub. Now I wanted to test the model in the IOS app. The tap shows my model however it seems as the default COCO pretrained model is being used since the classes don’t match the custom model.

I have tried logging out and reinstalling the app. Any other ideas how to solve this problem?

thank you :)

Environment

Minimal Reproducible Example

No response

Additional

No response

github-actions[bot] commented 3 weeks ago

πŸ‘‹ Hello @henningheyen, thank you for raising an issue about Ultralytics HUB πŸš€! Please visit our HUB Docs to learn more:

If this is a πŸ› Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

pderrenger commented 3 weeks ago

Hello! 😊

Thank you for reaching out with your issue, and nice job on training your custom YOLOv8 model! It sounds like you're having trouble getting the app to utilize your model correctly. Here are a couple of suggestions that might help:

  1. Ensure your model is correctly selected in the app's settings. Sometimes, it might appear selected, but a quick reselection could help.
  2. Double-check the compatibility of your custom model with the IOS app version you're using. It's possible that a version mismatch might cause this issue.
  3. Verify that your custom model's classes are correctly defined and accessible within the app. Sometimes a misconfiguration here might lead the app to default to COCO classes.

If these steps don't resolve the issue, please consider providing more details in a follow-up issue, like the model configuration or any specific error messages you might be getting. Don’t hesitate to check the Ultralytics HUB Docs at https://docs.ultralytics.com/hub for more detailed guidance on using custom models in the IOS app.

Thank you for your contribution to the YOLO community and your patience!

hncvj commented 4 days ago

I'm having the same issue on my android device. Please sort this out asap.

pderrenger commented 4 days ago

Hello! πŸ‘‹

Sorry to hear you're facing the same issue on Android. Please make sure your model is actively selected in the app settings. Additionally, ensure the app version supports the model format you're using. If the problem persists, kindly submit a new issue with details about your model and the Android device you're using.

Thanks for your patience!