-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is it possible to run your model on a Smartphone ? #5
Comments
Yolov5 is too big to run it on a smartphone in reasonable time. I would suggest to train it on Yolov5-tiny. |
Thank you, I'll try that ! Otherwise, I think your repo is incomplete, I'm not enable to start training with your model because a missing file is needed ! @thohemp could you answer please ? I already opened an issue about this ! |
I added the related files. Please try again. |
Thank you so much ! |
Hi Mr. @thohemp, I want to let you know that I successfully deployed OBB model on an Android device ! Now, I need to optimize my model in order to increase the speed and latency, and from our last discussion, you suggested that I should use YoloV5-tiny. But, just out of curious, I did not find the Tiny model in your models repo, and same for weights, I just want to know if you had done this project before the Tiny version was released, or, you just forgot to push them into the repo ? |
The models are defined here: https://github.com/thohemp/cube_detector/tree/master/yolov5/models |
Hi, I was wondering if it might be possible to run your model even on the limited computing power of a smartphone. Before diving too deep into it, I wanted to get the opinion of more experienced people in the field.
If you think it is possible, is a rough estimation for fps possible ?
If you think it is not possible could you briefly elaborate on the reasons please ?
Any insights are appreciated. Thank you very much!
The text was updated successfully, but these errors were encountered: