-
Notifications
You must be signed in to change notification settings - Fork 7
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
Does it support quantization? #6
Comments
It all depends on the quantization tool of the ncnn framework. As you no doubt know, deep learning models consist of many layers with different operations. |
Thank you for the detailed response. The article by the link is very interesting. I was thinking to use quantization from Ultralytics (they have it out of the box) and then exporting it further. But it seems it's much more adventurous task to solve. |
Keep in mind that exporting Ultralytics YoloV5 or YoloV8 can be an adventure when it comes to ncnn. See: Tencent/ncnn#4541 |
Thanks! How would you recommend overall to approach the topic of further speed up of this model on raspberry pi? |
|
I want to improve FPS on Raspberry PI. Does it make sense to look into 16 or 8 bit quantization? Would be possible to run it with this code?
The text was updated successfully, but these errors were encountered: