ultralytics / hub

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

For safety #451

Closed swetask4312 closed 11 months ago

swetask4312 commented 11 months ago

Search before asking

Question

Can I use Yolov8 medium model in Android phone with snapdragon 778g processor by converting model into tf lite is it safe for phone life span???

Additional

No response

github-actions[bot] commented 11 months ago

πŸ‘‹ Hello @swetask4312, 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!

UltralyticsAssistant commented 11 months ago

@swetask4312 yes, it is possible to use the Yolov8 medium model on an Android phone with a Snapdragon 778g processor by converting the model into TensorFlow Lite. As for your question concerning safety and the phone's lifespan, the use of machine learning models, such as YOLOv8, should not pose any direct harm to your device or shorten its lifespan.

However, it's important to keep in mind that running complex ML models on a mobile device can pose heavy computational demands and may cause the device to heat up, use more power, and consequently drain the battery faster. It's also important to optimize the model as much as possible to ensure smooth and efficient operation.

Any potential wear and tear to the device due to running an ML model would be similar to any other resource-intensive task such as gaming or video editing. It's always good practice to monitor your phone’s responses (like heating and battery drain) while running such tasks, and if necessary, limit their use accordingly.