integrations/ncnn/ #8595
Replies: 6 comments 13 replies
-
When using Raspberry Pi, the Onnx model gave slower results than the normal model. Does this NCNN model give faster results when testing it on Raspberry using the weights of the model I trained before? |
Beta Was this translation helpful? Give feedback.
-
NCNN is crazy fast! On our GitHub macos-14 ARM64 M1 runners it is the fastest format of all. See our GitHub actions for an example speed table at https://github.com/ultralytics/ultralytics/actions/runs/8126355293/job/22209982702 |
Beta Was this translation helpful? Give feedback.
-
Hey there! I tried and on my Mac M2 Mac the inference time got from around 60ms to 30ms. And in a custom Model even faster. But now i have the "problem" that the BBoxes are very flickering. Is there a good technique to make the bbox drawing even more smooth. best regards |
Beta Was this translation helpful? Give feedback.
-
Can we directly export model in ncnn while training or we only can convert model which i obtained after training ie converting from pt to ncnn if we can convert directly while training whats is benefit in case of accuracy and also give me code if we can export directly while training model |
Beta Was this translation helpful? Give feedback.
-
Hellooo, im trying to run interference on a raspberry Pi 5, now indeed NCNN has the fastest time, but i need it to be even quicker, so i tried reducing the image format from 640 to 480, since my model does not require such a large image size, but when i do that it misidentifies and puts bounding boxes everywhere on screen. How do i reduce image size while still allowing the model to run accurately? Also, do you have any thoughts on how i can make it quicker, perhaps a different method? I am already using Nano model and int8 quantisation. Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone |
Beta Was this translation helpful? Give feedback.
-
integrations/ncnn/
Uncover how to improve your Ultralytics YOLOv8 model's performance using the NCNN export format that is suitable for devices with limited computation resources.
https://docs.ultralytics.com/integrations/ncnn/?h=ncnn
Beta Was this translation helpful? Give feedback.
All reactions