Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLO Android #890

Open
1 task done
Chrn0924 opened this issue Oct 18, 2024 · 1 comment
Open
1 task done

YOLO Android #890

Chrn0924 opened this issue Oct 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Chrn0924
Copy link

Search before asking

  • I have searched the HUB issues and found no similar feature requests.

Description

Android Use

Use case

No response

Additional

No response

@Chrn0924 Chrn0924 added the enhancement New feature or request label Oct 18, 2024
@pderrenger
Copy link
Member

Hello! 😊

Thanks for reaching out about using YOLO on Android. While we don't have a dedicated Android app, you can integrate YOLO models into Android applications using frameworks like TensorFlow Lite or ONNX Runtime. Here's a general approach:

  1. Export the Model: First, export your YOLO model to a format compatible with mobile deployment, such as TensorFlow Lite or ONNX.

  2. Integrate with Android:

    • Use TensorFlow Lite or ONNX Runtime to load and run the model on your Android device.
    • You can find detailed guides on how to integrate these frameworks into your Android project on their respective documentation sites.
  3. Optimize for Performance: Consider optimizing your model for mobile use by quantization or pruning to improve inference speed and reduce size.

For more detailed steps, you might want to check out the Ultralytics documentation for exporting models and additional resources.

If you encounter any issues during implementation, feel free to ask here. The community and the Ultralytics team are always here to help!

Best of luck with your project! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants