Improve the speed on a mobile device of a YOLOv8 OD model #21662
Replies: 2 comments 11 replies
-
👋 Hello @zfrankowski, thanks for starting the discussion and for using Ultralytics 🚀 This is an automated response to help you get quick guidance while an Ultralytics engineer reviews your post and assists you soon. We recommend a visit to the Docs for general usage tips and examples:
If this is a 🐛 Bug Report, please provide a minimum reproducible example (MRE) to help us debug it: https://docs.ultralytics.com/help/minimum-reproducible-example/ If this is a custom training ❓ Question, please share as much detail as possible, including:
Join the Ultralytics community where it suits you best:
UpgradePlease upgrade to the latest ultralytics package with all requirements in a Python>=3.8 environment with PyTorch>=1.8 to ensure you’re on the newest version: pip install -U ultralytics Requirements: https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml EnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
Beta Was this translation helpful? Give feedback.
-
What's the size of the model? Ultralytics Flutter App uses GPUDelegate, and you can easily get under 30ms inference with that for nano models. https://github.com/ultralytics/yolo-flutter-app You can test the app from Play Store by downloading Ultralytics HUB. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon everyone!
I have a YOLOv8 model that I have trained to detect street signs and am using it on a Samsung Galaxy S24 Ultra. It only detects if I'm driving really slow and even then it takes about 1.5s to detect a sign. Is there anyone way of speeding this up? I don't really want to drop the image size as it's an object detection model and that might lose detection accuracy. I exported it to tflite and am graciously using (instead of reinventing the wheel) https://github.com/surendramaran/YOLO Android Studio project.
I'm newish to YOLO and would appreciate any comments or feedback!!
Thanks - Zack
Beta Was this translation helpful? Give feedback.
All reactions